checkstyle adherance
This commit is contained in:
parent
52d25d8256
commit
1c0d9e3299
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ task packageInstallers {
|
||||||
dependsOn 'retrieveAndExtractJavaBinaries'
|
dependsOn 'retrieveAndExtractJavaBinaries'
|
||||||
// Clean all previous artifacts and create a fresh shadowJar for the installers
|
// Clean all previous artifacts and create a fresh shadowJar for the installers
|
||||||
dependsOn rootProject.clean
|
dependsOn rootProject.clean
|
||||||
dependsOn ':core:havenoDeps'
|
dependsOn ':core'
|
||||||
dependsOn ':desktop:shadowJar'
|
dependsOn ':desktop:shadowJar'
|
||||||
|
|
||||||
doLast {
|
doLast {
|
||||||
|
|
Loading…
Reference in a new issue