mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-13 10:33:58 +01:00
[CI SKIP] Fixed issues with the build.gradle file
This commit is contained in:
parent
297f9f7ba8
commit
2ea46bcb15
13
build.gradle
13
build.gradle
@ -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
|
Loading…
Reference in New Issue
Block a user