Skip to content

Commit

Permalink
testCompileOnly arc
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Dec 19, 2023
1 parent 89e22ab commit e8cafa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
compileOnly("com.github.anuken.arc:arc-core:$arcVersion")
implementation("org.hjson:hjson:3.0.0")
implementation("com.google.code.gson:gson:2.9.0")
testImplementation("com.github.anuken.arc:arc-core:$arcVersion")
testCompileOnly("com.github.anuken.arc:arc-core:$arcVersion")
testImplementation("org.hjson:hjson:3.0.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
Expand Down

0 comments on commit e8cafa7

Please sign in to comment.