Skip to content
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
id 'maven-publish'
id 'net.minecraftforge.gradleutils' version '[2.0.13,2.1)'
id 'net.neoforged.jarcompatibilitychecker' version '0.1.0'
id 'net.neoforged.jarcompatibilitychecker' version '0.1.1'
}

group = 'com.example3'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/test/Something.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public void hi() {

}

public static class C1 implements Runnable {
private static class C1 implements Runnable {
@Override
public void run() {

Expand Down