Start 1.18 Spigot work... need to sort through obfuscation bullshit

This commit is contained in:
Mike Primm 2021-11-23 16:43:55 -06:00
parent 0288a41a09
commit d89403d51a
9 changed files with 998 additions and 3 deletions

View file

@ -1,4 +1,12 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url "https://papermc.io/repo/repository/maven-public/" }
}
}
rootProject.name = 'dynmap-common'
include ':spigot'
include ':bukkit-helper-113-2'
include ':bukkit-helper-114-1'
@ -8,6 +16,7 @@ include ':bukkit-helper-116-2'
include ':bukkit-helper-116-3'
include ':bukkit-helper-116-4'
include ':bukkit-helper-117'
//NOTYET include ':bukkit-helper-118'
include ':bukkit-helper'
include ':dynmap-api'
include ':DynmapCore'
@ -31,6 +40,7 @@ project(':bukkit-helper-116-2').projectDir = "$rootDir/bukkit-helper-116-2" as F
project(':bukkit-helper-116-3').projectDir = "$rootDir/bukkit-helper-116-3" as File
project(':bukkit-helper-116-4').projectDir = "$rootDir/bukkit-helper-116-4" as File
project(':bukkit-helper-117').projectDir = "$rootDir/bukkit-helper-117" as File
//NOTYET project(':bukkit-helper-118').projectDir = "$rootDir/bukkit-helper-118" as File
project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File
project(':dynmap-api').projectDir = "$rootDir/dynmap-api" as File
project(':DynmapCore').projectDir = "$rootDir/DynmapCore" as File