mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
fix bukkit
This commit is contained in:
@@ -109,10 +109,13 @@ fun Project.configureDistribution() {
|
|||||||
FileWriter(manifest).use {
|
FileWriter(manifest).use {
|
||||||
yaml.dump(resources, it)
|
yaml.dump(resources, it)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks["processResources"].dependsOn(generateResourceManifest)
|
tasks.named("processResources") {
|
||||||
|
finalizedBy(generateResourceManifest)
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
tasks.named<ShadowJar>("shadowJar") {
|
tasks.named<ShadowJar>("shadowJar") {
|
||||||
|
|||||||
Reference in New Issue
Block a user