Skip to content

Commit

Permalink
Move testing related configuration into testing section
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Mar 16, 2024
1 parent 8b805fd commit 8556306
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ testing {
}
}
}
}

tasks.check {
dependsOn(testing.suites)
}
tasks.check {
dependsOn(suites)
}

gradlePlugin {
testSourceSets(sourceSets["functionalTest"])
gradlePlugin {
testSourceSets(sourceSets["functionalTest"])
}
}

class ToStringProvider(private val provider: Provider<String>) {
Expand Down

0 comments on commit 8556306

Please sign in to comment.