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 d6295bf commit 6a55a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coronium/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
`java-library`
id("org.metaborg.convention.java")
id("org.metaborg.convention.maven-publish")
id("org.metaborg.convention.junit")
`kotlin-dsl`
`java-gradle-plugin`
alias(libs.plugins.gitonium)
Expand Down Expand Up @@ -61,7 +62,6 @@ dependencies {
embedded(libs.maven.resolver.provider)
embedded(libs.commons.compress)
embedded(libs.bnd.gradle)
testImplementation(libs.junit)
}

tasks {
Expand Down

0 comments on commit 6a55a7b

Please sign in to comment.