fix: jar task no longer needed

This commit is contained in:
zaaarf 2023-09-08 21:20:05 +02:00
parent d1a466cffd
commit b8c22383da
No known key found for this signature in database
GPG key ID: 6445A5CD15E5B40C

View file

@ -24,8 +24,4 @@ dependencies {
implementation 'org.ow2.asm:asm-commons:9.4'
implementation 'cpw.mods:modlauncher:8.1.3'
implementation 'ftbsc:lll:0.3.2'
}
jar {
archiveFileName = "${jar.archiveBaseName.get()}-${project.version}.${jar.archiveExtension.get()}"
}
}