mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-22 16:18:32 +00:00
buidscript cleanup
This commit is contained in:
@@ -56,7 +56,7 @@ val remapped = tasks.register<RemapJarTask>("remapShadedJar") {
|
||||
remapAccessWidener.set(true)
|
||||
}
|
||||
|
||||
tasks.withType<Jar>() {
|
||||
tasks.withType<Jar> {
|
||||
finalizedBy(remapped)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user