Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commit violation nr 1 #6

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
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
Loading