mirror of
https://github.com/zaaarf/lillero-loader.git
synced 2024-11-22 04:54:47 +01:00
build: temporarily disable shadow
This commit is contained in:
parent
46feccc63b
commit
8a6c46f03e
1 changed files with 11 additions and 11 deletions
22
build.gradle
22
build.gradle
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
// id 'com.github.johnrengelman.shadow' version '7.1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
|
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
|
||||||
|
@ -16,16 +16,16 @@ dependencies {
|
||||||
implementation 'org.apache.logging.log4j:log4j-core:2.15.0'
|
implementation 'org.apache.logging.log4j:log4j-core:2.15.0'
|
||||||
implementation 'org.ow2.asm:asm-commons:9.4'
|
implementation 'org.ow2.asm:asm-commons:9.4'
|
||||||
implementation 'cpw.mods:modlauncher:8.1.3'
|
implementation 'cpw.mods:modlauncher:8.1.3'
|
||||||
implementation 'ftbsc:lll:0.0.3'
|
implementation 'ftbsc:lll:0.0.4'
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
// jar {
|
||||||
dependsOn shadowJar
|
// dependsOn shadowJar
|
||||||
}
|
// }
|
||||||
|
|
||||||
shadowJar {
|
// shadowJar {
|
||||||
dependencies {
|
// dependencies {
|
||||||
include dependency(group: 'ftbsc', name: 'lll', version: '0.0.3')
|
// include dependency(group: 'ftbsc', name: 'lll', version: '0.0.3')
|
||||||
}
|
// }
|
||||||
archiveClassifier.set("all") //
|
// archiveClassifier.set("all")
|
||||||
}
|
// }
|
||||||
|
|
Loading…
Reference in a new issue