Skip to content

Commit

Permalink
Workaround Gradle 7.3 change with the Micronaut Gradle plugin 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Nov 24, 2021
1 parent 91a82eb commit 6b9238e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -143,7 +143,7 @@ configure<com.diffplug.gradle.spotless.SpotlessExtension> {
}

val testExcludeTags: String? by project
tasks.test {
tasks.withType<Test>().configureEach {
finalizedBy(tasks.jacocoTestReport)
useJUnitPlatform {
excludeTags(testExcludeTags ?: "none")
Expand Down

0 comments on commit 6b9238e

Please sign in to comment.