Clean up leftover Forge verification

This commit is contained in:
Octavia Togami 2024-04-28 18:00:33 -07:00
parent 53b182fecf
commit e5fe510126
No known key found for this signature in database
GPG Key ID: CC364524D1983C99

View File

@ -134,8 +134,3 @@ tasks.named<JapicmpTask>("checkFabricApiCompatibility") {
// Need to check against the reobf JAR
newClasspath.setFrom(project(":worldedit-fabric").tasks.named("remapJar"))
}
//tasks.named<JapicmpTask>("checkForgeApiCompatibility") {
// // Need to check against the reobf JAR
// newClasspath.builtBy(project(":worldedit-neoforge").tasks.named("reobfJar"))
//}
""