We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc2eb3 commit f7ffac1Copy full SHA for f7ffac1
src/main/groovy/nebula/plugin/clojuresque/tasks/ClojureExec.groovy
@@ -147,6 +147,7 @@ class ClojureExec extends ConventionTask implements JavaExecSpec {
147
}
148
149
public ClojureExec setMain(String mainClassName) {
150
+ throw new RuntimeException("this shouldn't be called")
151
clojureExecAction.setMain(mainClassName);
152
return this;
153
0 commit comments