Skip to content

Commit

Permalink
Clean up leftover Forge verification
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Apr 29, 2024
1 parent 53b182f commit e5fe510
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions verification/build.gradle.kts
Expand Up @@ -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"))
//}
""

0 comments on commit e5fe510

Please sign in to comment.