mirror of
https://github.com/zaaarf/lillero-loader.git
synced 2024-11-22 04:54:47 +01:00
fix: jar task no longer needed
This commit is contained in:
parent
d1a466cffd
commit
b8c22383da
1 changed files with 1 additions and 5 deletions
|
@ -25,7 +25,3 @@ dependencies {
|
||||||
implementation 'cpw.mods:modlauncher:8.1.3'
|
implementation 'cpw.mods:modlauncher:8.1.3'
|
||||||
implementation 'ftbsc:lll:0.3.2'
|
implementation 'ftbsc:lll:0.3.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
|
||||||
archiveFileName = "${jar.archiveBaseName.get()}-${project.version}.${jar.archiveExtension.get()}"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue