mirror of
https://github.com/plexusorg/ItemizerX.git
synced 2024-11-21 11:55:00 +00:00
idk whats wrong
This commit is contained in:
parent
40dcb9a336
commit
c5aa6510d9
@ -37,6 +37,11 @@ subprojects {
|
||||
|
||||
compileOnly("net.coreprotect:coreprotect:21.3")
|
||||
}
|
||||
tasks {
|
||||
assemble {
|
||||
dependsOn("reobfJar")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks {
|
||||
@ -44,13 +49,6 @@ tasks {
|
||||
archiveBaseName.set("ItemizerX")
|
||||
archiveClassifier.set("")
|
||||
archiveVersion.set("")
|
||||
|
||||
// helper function to relocate a package into our package
|
||||
fun reloc(pkg: String) = relocate(pkg, "io.papermc.paperweight.testplugin.dependency.$pkg")
|
||||
|
||||
// relocate cloud and it's transitive dependencies
|
||||
reloc("cloud.commandframework")
|
||||
reloc("io.leangen.geantyref")
|
||||
}
|
||||
|
||||
compileJava {
|
||||
@ -60,7 +58,6 @@ tasks {
|
||||
|
||||
assemble {
|
||||
dependsOn("shadowJar")
|
||||
dependsOn("reobfJar")
|
||||
}
|
||||
|
||||
jar {
|
||||
|
Loading…
Reference in New Issue
Block a user