Skip to content

Commit

Permalink
Remove mustrunafter configuration (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode authored Jan 8, 2025
1 parent 96002d8 commit 8134d97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradle-plugin/plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ val functionalTestTask = tasks.register<Test>("functionalTest") {
group = "verification"
testClassesDirs = functionalTest.output.classesDirs
classpath = functionalTest.runtimeClasspath
mustRunAfter(tasks.test)
}

tasks.check {
Expand Down

0 comments on commit 8134d97

Please sign in to comment.