Skip to content

Commit

Permalink
Merge pull request #2160 from mockito/mockitoguy-patch-4
Browse files Browse the repository at this point in the history
Avoid Gradle module files
  • Loading branch information
mockitoguy committed Dec 30, 2020
2 parents 78d8e65 + 2e66d08 commit 9126184
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle/java-publication.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ artifacts {
archives javadocJar
}

tasks.withType(GenerateModuleMetadata) {
enabled = false
}

//Gradle Maven publishing plugin configuration (https://docs.gradle.org/current/userguide/publishing_maven.html)
apply plugin: "maven-publish"
publishing {
Expand Down

0 comments on commit 9126184

Please sign in to comment.