Skip to content

Commit

Permalink
参照ライブラリの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
graycat27 committed Nov 14, 2021
1 parent 9bc59db commit 9a64f95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down

0 comments on commit 9a64f95

Please sign in to comment.