mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-13 00:49:20 +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
|
@ -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()}"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue