mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-14 10:35:20 +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")]
|
configurations = [project.configurations.getByName("runtimeClasspath")]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
clean {
|
||||||
|
delete file('./archive/')
|
||||||
|
}
|
||||||
|
|
||||||
build {
|
build {
|
||||||
dependsOn shadowJar
|
dependsOn shadowJar
|
||||||
dependsOn publish
|
dependsOn clean
|
||||||
}
|
}
|
||||||
|
|
||||||
publish.shouldRunAfter shadowJar
|
publish.shouldRunAfter shadowJar
|
||||||
shadowJar.shouldRunAfter build
|
shadowJar.shouldRunAfter build
|
||||||
|
build.shouldRunAfter subprojects.build
|
||||||
publishing {
|
|
||||||
repositories {
|
|
||||||
mavenLocal()
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user