From 9a64f95fe475823665660f51c820f1cb6dda238b Mon Sep 17 00:00:00 2001 From: graycat27 <64903817+graycat27@users.noreply.github.com> Date: Sun, 14 Nov 2021 18:42:41 +0900 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E7=85=A7=E3=83=A9=E3=82=A4=E3=83=96?= =?UTF-8?q?=E3=83=A9=E3=83=AA=E3=81=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/build.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.