Skip to content

Commit

Permalink
Fix: deleting .named('test') near tasks in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin-kiim committed May 29, 2024
1 parent 140ffb7 commit 5283a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ dependencies {
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

tasks.named('test') {
tasks {
useJUnitPlatform()
}
}

0 comments on commit 5283a88

Please sign in to comment.