mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
Fix crash at startup.
This commit is contained in:
@@ -154,6 +154,7 @@ task shadowRemapJar(type: RemapJarTask) {
|
||||
input.set(file("${project.buildDir}/libs/$archivesBaseName-$version-dev.jar"))
|
||||
archiveFileName = "${archivesBaseName}-${version}.jar"
|
||||
addNestedDependencies.set(true)
|
||||
remapAccessWidener.set(true)
|
||||
}
|
||||
build.dependsOn(shadowRemapJar)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user