Drop forge 1.13.2 (apologies to the 2 folks that might care...)

This commit is contained in:
Mike Primm 2022-02-21 14:19:51 -06:00
parent 1f8bd81894
commit f27fbc9f3e
19 changed files with 0 additions and 5551 deletions

View file

@ -32,7 +32,6 @@ include ':forge-1.17.1'
include ':forge-1.16.5'
include ':forge-1.15.2'
include ':forge-1.14.4'
include ':forge-1.13.2'
project(':spigot').projectDir = "$rootDir/spigot" as File
project(':bukkit-helper-113-2').projectDir = "$rootDir/bukkit-helper-113-2" as File
@ -58,5 +57,4 @@ 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
project(':forge-1.13.2').projectDir = "$rootDir/forge-1.13.2" as File