dynmap-neoforge/settings.gradle
Chaosjan44 37e2e2453f removed the 1.21.6 Bukkit Helper since its not needed
fixed the porting issues @jacob1 found
2025-07-07 18:49:15 +02:00

108 lines
5 KiB
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
maven { url "https://maven.fabricmc.net/" }
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'
include ':bukkit-helper-115'
include ':bukkit-helper-116'
include ':bukkit-helper-116-2'
include ':bukkit-helper-116-3'
include ':bukkit-helper-116-4'
include ':bukkit-helper-117'
include ':bukkit-helper-118'
include ':bukkit-helper-118-2'
include ':bukkit-helper-119'
include ':bukkit-helper-119-3'
include ':bukkit-helper-119-4'
include ':bukkit-helper-120'
include ':bukkit-helper-120-2'
include ':bukkit-helper-120-4'
include ':bukkit-helper-120-5'
include ':bukkit-helper-121'
include ':bukkit-helper-121-3'
include ':bukkit-helper-121-4'
include ':bukkit-helper-121-5'
include ':bukkit-helper-121-7'
include ':bukkit-helper'
include ':dynmap-api'
include ':DynmapCore'
include ':DynmapCoreAPI'
include ':fabric-1.21.1'
include ':fabric-1.21.3'
include ':fabric-1.21.5'
include ':fabric-1.21'
include ':fabric-1.20.6'
include ':fabric-1.19.4'
include ':fabric-1.18.2'
include ':fabric-1.17.1'
include ':fabric-1.16.4'
include ':fabric-1.15.2'
include ':fabric-1.14.4'
include ':forge-1.21.5'
include ':forge-1.21.3'
include ':forge-1.21'
include ':forge-1.20.6'
include ':forge-1.19.3'
include ':forge-1.18.2'
include ':forge-1.17.1'
include ':forge-1.16.5'
include ':forge-1.15.2'
include ':forge-1.14.4'
project(':spigot').projectDir = "$rootDir/spigot" as File
project(':bukkit-helper-113-2').projectDir = "$rootDir/bukkit-helper-113-2" as File
project(':bukkit-helper-114-1').projectDir = "$rootDir/bukkit-helper-114-1" as File
project(':bukkit-helper-115').projectDir = "$rootDir/bukkit-helper-115" as File
project(':bukkit-helper-116').projectDir = "$rootDir/bukkit-helper-116" as File
project(':bukkit-helper-116-2').projectDir = "$rootDir/bukkit-helper-116-2" as File
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
project(':bukkit-helper-118').projectDir = "$rootDir/bukkit-helper-118" as File
project(':bukkit-helper-118-2').projectDir = "$rootDir/bukkit-helper-118-2" as File
project(':bukkit-helper-119').projectDir = "$rootDir/bukkit-helper-119" as File
project(':bukkit-helper-119-3').projectDir = "$rootDir/bukkit-helper-119-3" as File
project(':bukkit-helper-119-4').projectDir = "$rootDir/bukkit-helper-119-4" as File
project(':bukkit-helper-120').projectDir = "$rootDir/bukkit-helper-120" as File
project(':bukkit-helper-120-2').projectDir = "$rootDir/bukkit-helper-120-2" as File
project(':bukkit-helper-120-4').projectDir = "$rootDir/bukkit-helper-120-4" as File
project(':bukkit-helper-120-5').projectDir = "$rootDir/bukkit-helper-120-5" as File
project(':bukkit-helper-121').projectDir = "$rootDir/bukkit-helper-121" as File
project(':bukkit-helper-121-3').projectDir = "$rootDir/bukkit-helper-121-3" as File
project(':bukkit-helper-121-4').projectDir = "$rootDir/bukkit-helper-121-4" as File
project(':bukkit-helper-121-5').projectDir = "$rootDir/bukkit-helper-121-5" as File
project(':bukkit-helper-121-7').projectDir = "$rootDir/bukkit-helper-121-7" 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
project(':DynmapCoreAPI').projectDir = "$rootDir/DynmapCoreAPI" as File
project(':fabric-1.21.1').projectDir = "$rootDir/fabric-1.21.1" as File
project(':fabric-1.21.3').projectDir = "$rootDir/fabric-1.21.3" as File
project(':fabric-1.21.5').projectDir = "$rootDir/fabric-1.21.5" as File
project(':fabric-1.21').projectDir = "$rootDir/fabric-1.21" as File
project(':fabric-1.20.6').projectDir = "$rootDir/fabric-1.20.6" as File
project(':fabric-1.19.4').projectDir = "$rootDir/fabric-1.19.4" as File
project(':fabric-1.18.2').projectDir = "$rootDir/fabric-1.18.2" as File
project(':fabric-1.17.1').projectDir = "$rootDir/fabric-1.17.1" as File
project(':fabric-1.16.4').projectDir = "$rootDir/fabric-1.16.4" as File
project(':fabric-1.15.2').projectDir = "$rootDir/fabric-1.15.2" as File
project(':fabric-1.14.4').projectDir = "$rootDir/fabric-1.14.4" as File
project(':forge-1.21.5').projectDir = "$rootDir/forge-1.21.5" as File
project(':forge-1.21.3').projectDir = "$rootDir/forge-1.21.3" as File
project(':forge-1.21').projectDir = "$rootDir/forge-1.21" as File
project(':forge-1.20.6').projectDir = "$rootDir/forge-1.20.6" as File
project(':forge-1.19.3').projectDir = "$rootDir/forge-1.19.3" as File
project(':forge-1.18.2').projectDir = "$rootDir/forge-1.18.2" as File
project(':forge-1.17.1').projectDir = "$rootDir/forge-1.17.1" as File
project(':forge-1.16.5').projectDir = "$rootDir/forge-1.16.5" as File
project(':forge-1.15.2').projectDir = "$rootDir/forge-1.15.2" as File
project(':forge-1.14.4').projectDir = "$rootDir/forge-1.14.4" as File