mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-03 06:26:00 -04:00
fix: Jar task depending on self datagen
This commit is contained in:
parent
2f2d592e2d
commit
1ce36dd27f
@ -114,7 +114,9 @@ allprojects {
|
||||
}
|
||||
|
||||
withType<Jar> {
|
||||
dependsOn("runDatagen")
|
||||
if (project !in excluded) {
|
||||
project(":xplat").afterEvaluate { dependsOn(tasks.named("runDatagen")) }
|
||||
}
|
||||
from("LICENSE*") {
|
||||
rename { "${project.name}-${it}" }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user