mirror of
https://github.com/zaaarf/lillero.git
synced 2024-11-24 00:14:48 +01:00
fix: jar task no longer needed
This commit is contained in:
parent
1b59c930c2
commit
aa9d16d437
1 changed files with 0 additions and 4 deletions
|
@ -21,7 +21,3 @@ dependencies {
|
||||||
implementation 'org.ow2.asm:asm-util:9.5'
|
implementation 'org.ow2.asm:asm-util:9.5'
|
||||||
implementation 'org.apache.logging.log4j:log4j-api:2.20.0'
|
implementation 'org.apache.logging.log4j:log4j-api:2.20.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
|
||||||
archiveFileName = "${jar.archiveBaseName.get()}-${project.version}.${jar.archiveExtension.get()}"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue