Ensured exit status is set on failure
This commit is contained in:
parent
c901065b3a
commit
c952b980bb
4 changed files with 16 additions and 16 deletions
|
@ -57,7 +57,7 @@ public class ExampleBuild extends Project {
|
|||
|
||||
@BuildCommand(summary = "Compiles the Kotlin project")
|
||||
@Override
|
||||
public void compile() throws IOException {
|
||||
public void compile() throws Exception {
|
||||
// The source code located in src/main/kotlin and src/test/kotlin will be compiled
|
||||
new CompileKotlinOperation()
|
||||
.fromProject(this)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue