We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdd661 commit 36b6845Copy full SHA for 36b6845
testproject/build.gradle
@@ -22,7 +22,7 @@ sourceSets {
22
group = "mdgtestproject"
23
24
dependencies {
25
- testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.2"))
+ testImplementation(enforcedPlatform("org.junit:junit-bom:5.14.1"))
26
testImplementation 'org.junit.jupiter:junit-jupiter'
27
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
28
testImplementation "net.neoforged:testframework:${project.neoforge_version}"
0 commit comments