Skip to content

Commit

Permalink
Use jvmTest task instead of test task
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Aug 4, 2023
1 parent 54717fb commit 84560cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ subprojects {
group = LifecycleBasePlugin.VERIFICATION_GROUP

// Copy inputs from normal Test task.
val testTask = tasks.getByName<Test>("test")
val testTask = tasks.getByName<Test>("jvmTest")
classpath = testTask.classpath
testClassesDirs = testTask.testClassesDirs

Expand Down

0 comments on commit 84560cb

Please sign in to comment.