Start 1.18 Spigot work... need to sort through obfuscation bullshit
This commit is contained in:
parent
0288a41a09
commit
d89403d51a
9 changed files with 998 additions and 3 deletions
|
|
@ -50,6 +50,9 @@ dependencies {
|
|||
implementation(project(':bukkit-helper-117')) {
|
||||
transitive = false
|
||||
}
|
||||
//NOTYET implementation(project(':bukkit-helper-118')) {
|
||||
//NOTYET transitive = false
|
||||
//NOTYET }
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
@ -81,6 +84,7 @@ shadowJar {
|
|||
include(dependency(':bukkit-helper-116-3'))
|
||||
include(dependency(':bukkit-helper-116-4'))
|
||||
include(dependency(':bukkit-helper-117'))
|
||||
//NOTYET include(dependency(':bukkit-helper-118'))
|
||||
}
|
||||
relocate('org.bstats', 'org.dynmap.bstats')
|
||||
destinationDir = file '../target'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue