Skip to content

Commit

Permalink
Enable module descriptor generation. No suspicious dependencyManageme…
Browse files Browse the repository at this point in the history
…nt anymore #223
  • Loading branch information
dweiss committed May 22, 2024
1 parent 6f1c9be commit 4a37e0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gradle/publishing/maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ configure(rootProject) {
apply plugin: 'maven-publish'
apply plugin: 'signing'

tasks.withType(GenerateModuleMetadata) {
enabled = false
}

plugins.withType(JavaPlugin) {
publishing {
repositories {
Expand Down

0 comments on commit 4a37e0f

Please sign in to comment.