diff --git a/project/build.gradle b/project/build.gradle index 005a0ec..52b1552 100644 --- a/project/build.gradle +++ b/project/build.gradle @@ -94,6 +94,8 @@ minecraft { sourceSets.main.resources { srcDir 'src/generated/resources' } repositories { + mavenCentral() + // Put repositories for dependencies here // ForgeGradle automatically adds the Forge maven and Maven Central for you @@ -104,8 +106,8 @@ repositories { } dependencies { - implementation 'org.junit.jupiter:junit-jupiter:5.4.2' - implementation 'junit:junit:4.12' + implementation 'org.junit.jupiter:junit-jupiter:5.8.1' + implementation 'junit:junit:4.13.2' // Specify the version of Minecraft to use, If this is any group other then 'net.minecraft' it is assumed // that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied.