Skip to content

Commit

Permalink
Convert to Kotlin gradle build file
Browse files Browse the repository at this point in the history
  • Loading branch information
trishagee committed Oct 18, 2023
1 parent d46ddfa commit 7eca54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle → build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies {
testRuntimeOnly ("org.junit.platform:junit-platform-launcher")
}

test {
tasks.test {
useJUnitPlatform()
}

0 comments on commit 7eca54d

Please sign in to comment.