Initial compiling Spigot code (doesn't work, but it does compile...)

This commit is contained in:
Mike Primm 2021-11-30 23:08:54 -06:00
parent 50e75e17d2
commit a1e32588b2
6 changed files with 143 additions and 164 deletions

View file

@ -50,9 +50,9 @@ dependencies {
implementation(project(':bukkit-helper-117')) {
transitive = false
}
//NOTYET implementation(project(':bukkit-helper-118')) {
//NOTYET transitive = false
//NOTYET }
implementation(project(':bukkit-helper-118')) {
transitive = false
}
}
processResources {
@ -84,7 +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'))
include(dependency(':bukkit-helper-118'))
}
relocate('org.bstats', 'org.dynmap.bstats')
destinationDir = file '../target'