Skip to content

Commit

Permalink
Use new JUnit convention plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 19, 2024
1 parent f581926 commit 2e7a597
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resource.api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ plugins {
`maven-publish`
id("org.metaborg.convention.java")
id("org.metaborg.convention.maven-publish")
id("org.metaborg.convention.junit")
}

group = "org.metaborg"

dependencies {
compileOnly(libs.checkerframework.android)

testImplementation(libs.junit)
testImplementation(libs.junit.params)
testImplementation(libs.jimfs)
testCompileOnly(libs.checkerframework.android)
}
Expand Down

0 comments on commit 2e7a597

Please sign in to comment.