Skip to content

Commit f7ffac1

Browse files
committed
ignore ClojureExecActionSpec
1 parent ecc2eb3 commit f7ffac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/groovy/nebula/plugin/clojuresque/tasks/ClojureExec.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ class ClojureExec extends ConventionTask implements JavaExecSpec {
147147
}
148148

149149
public ClojureExec setMain(String mainClassName) {
150+
throw new RuntimeException("this shouldn't be called")
150151
clojureExecAction.setMain(mainClassName);
151152
return this;
152153
}

0 commit comments

Comments
 (0)