File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,14 @@ val log4jVersion = "2.17.1" // Forged
1212val jUnitVersion = " 5.14.1"
1313
1414dependencies {
15- embed(" net.jafama" , " jafama" , jafamaVersion)
15+ embed(" net.jafama: jafama: $ jafamaVersion" )
1616
17- compileOnly(" org.apache.logging.log4j" , " log4j-api" , log4jVersion)
17+ compileOnly(" org.apache.logging.log4j: log4j-api: $ log4jVersion" )
1818
19- testImplementation(" org.junit.jupiter" , " junit-jupiter" , jUnitVersion)
20- testImplementation(" org.apache.logging.log4j" , " log4j-api" , log4jVersion)
21- testImplementation(" org.apache.logging.log4j" , " log4j-core" , log4jVersion)
19+ testImplementation(" org.junit.jupiter:junit-jupiter:$jUnitVersion " )
20+ testRuntimeOnly(" org.junit.platform" , " junit-platform-launcher" )
21+ testImplementation(" org.apache.logging.log4j:log4j-api:$log4jVersion " )
22+ testImplementation(" org.apache.logging.log4j:log4j-core:$log4jVersion " )
2223}
2324
2425buildConfig {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 embed(project(" :core" ))
2424 embed(project(" :mc:common" ))
2525
26- implementation(" net.jafama" , " jafama" , jafamaVersion)
26+ implementation(" net.jafama: jafama: $ jafamaVersion" )
2727}
2828
2929idea {
You can’t perform that action at this time.
0 commit comments