[CI SKIP] Fixed issues with the build.gradle file

This commit is contained in:
OmerBenGera 2021-03-19 21:23:07 +02:00
parent 297f9f7ba8
commit 2ea46bcb15
1 changed files with 6 additions and 7 deletions

View File

@ -102,16 +102,15 @@ shadowJar {
configurations = [project.configurations.getByName("runtimeClasspath")]
}
clean {
delete file('./archive/')
}
build {
dependsOn shadowJar
dependsOn publish
dependsOn clean
}
publish.shouldRunAfter shadowJar
shadowJar.shouldRunAfter build
publishing {
repositories {
mavenLocal()
}
}
build.shouldRunAfter subprojects.build