fix: jar task no longer needed

This commit is contained in:
zaaarf 2023-09-08 21:22:23 +02:00
parent 0d097dcb2e
commit 3688a56707
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

@ -21,8 +21,4 @@ dependencies {
implementation 'com.squareup:javapoet:1.13.0'
implementation 'org.ow2.asm:asm-commons:9.5'
implementation 'ftbsc:lll:0.4.1'
}
jar {
archiveFileName = "${jar.archiveBaseName.get()}-${project.version}.${jar.archiveExtension.get()}"
}
}