mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-06 15:56:14 +00:00
buidscript cleanup
This commit is contained in:
@@ -6,7 +6,6 @@ import org.gradle.kotlin.dsl.creating
|
||||
import org.gradle.kotlin.dsl.dependencies
|
||||
import org.gradle.kotlin.dsl.getValue
|
||||
import org.gradle.kotlin.dsl.getting
|
||||
import org.gradle.kotlin.dsl.project
|
||||
import org.gradle.kotlin.dsl.repositories
|
||||
|
||||
fun Project.configureDependencies() {
|
||||
|
||||
@@ -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