mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-21 11:46:46 +01:00
Fix missing dependency to the copyAPI task
This commit is contained in:
parent
a9c1541013
commit
ed6932b903
@ -114,7 +114,7 @@ shadowJar {
|
||||
configurations = [project.configurations.getByName("runtimeClasspath")]
|
||||
}
|
||||
|
||||
task copyAPI(type: Copy) {
|
||||
task copyAPI(type: Copy, dependsOn: ':API:build') {
|
||||
from rootProject.archiveFolder.getAbsolutePath() + '/API.jar'
|
||||
into rootProject.targetFolder.getAbsolutePath()
|
||||
rename('API.jar', rootProject.name + 'API.jar')
|
||||
|
Loading…
Reference in New Issue
Block a user