Skip to content

Commit

Permalink
Disable gradle *.module file publication
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka committed Aug 12, 2020
1 parent e3bc0d1 commit 151e261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ def customizePom(pom) {
}
}

tasks.withType(GenerateModuleMetadata) {
enabled = false
}

test {
useJUnitPlatform()
}
Expand Down

0 comments on commit 151e261

Please sign in to comment.