Skip to content

Commit

Permalink
Revert "Fix: deleting .named('test') near tasks in build.gradle"
Browse files Browse the repository at this point in the history
This reverts commit 5283a88.

Fixing: Could not find method useJUnitPlatform() for arguments [] on task ':tasks' of type org.gradle.api.tasks.diagnostics.TaskReportTask.
  • Loading branch information
jimin-kiim committed May 29, 2024
1 parent a3591d8 commit 1bbeef3
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 {
tasks.named('test') {
useJUnitPlatform()
}
}

0 comments on commit 1bbeef3

Please sign in to comment.