append some cleaning stuff
This commit is contained in:
parent
eb8709af14
commit
13322113a4
1 changed files with 7 additions and 3 deletions
|
@ -103,9 +103,9 @@ task pack(type: io.github.fvarrui.javapackager.gradle.PackageTask, dependsOn: bu
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named('test') {
|
clean.doFirst {
|
||||||
// Use JUnit Platform for unit tests.
|
delete "${rootDir}/app/bin"
|
||||||
useJUnitPlatform()
|
delete "${rootDir}/build"
|
||||||
}
|
}
|
||||||
|
|
||||||
javafx {
|
javafx {
|
||||||
|
@ -113,3 +113,7 @@ javafx {
|
||||||
modules = ['javafx.controls', 'javafx.fxml', 'javafx.graphics']
|
modules = ['javafx.controls', 'javafx.fxml', 'javafx.graphics']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.named('test') {
|
||||||
|
// Use JUnit Platform for unit tests.
|
||||||
|
useJUnitPlatform()
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue