Skip to content

Commit 614f6d5

Browse files
committed
Actually disable task
This commit "amends" the previous commit which intended to disable this task instead of making sure it's enabled.
1 parent 9e555e4 commit 614f6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-bom/junit-bom.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ tasks.withType<GenerateMavenPom>().configureEach {
4343
}
4444

4545
tasks.withType<GenerateModuleMetadata> {
46-
enabled = true
46+
enabled = false
4747
}

0 commit comments

Comments
 (0)