removed the 1.21.6 Bukkit Helper since its not needed

fixed the porting issues @jacob1 found
This commit is contained in:
Chaosjan44 2025-07-07 18:49:15 +02:00
parent 1708a429bf
commit 436ded2175
9 changed files with 4 additions and 729 deletions

View file

@ -30,7 +30,6 @@ include ':bukkit-helper-121'
include ':bukkit-helper-121-3'
include ':bukkit-helper-121-4'
include ':bukkit-helper-121-5'
include ':bukkit-helper-121-6'
include ':bukkit-helper-121-7'
include ':bukkit-helper'
include ':dynmap-api'
@ -80,7 +79,6 @@ 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-6').projectDir = "$rootDir/bukkit-helper-121-6" 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