mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-22 09:54:51 +01:00
fix: jar task no longer needed
This commit is contained in:
parent
0d097dcb2e
commit
3688a56707
1 changed files with 1 additions and 5 deletions
|
@ -22,7 +22,3 @@ dependencies {
|
||||||
implementation 'org.ow2.asm:asm-commons:9.5'
|
implementation 'org.ow2.asm:asm-commons:9.5'
|
||||||
implementation 'ftbsc:lll:0.4.1'
|
implementation 'ftbsc:lll:0.4.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
|
||||||
archiveFileName = "${jar.archiveBaseName.get()}-${project.version}.${jar.archiveExtension.get()}"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue