Skip to content

Commit

Permalink
Don't publish Gradle module metadata for common
Browse files Browse the repository at this point in the history
Fixes #1842
  • Loading branch information
SquidDev committed May 26, 2024
1 parent 57c289f commit 4d619de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,5 @@ val runData by tasks.registering(MergeTrees::class) {
}
}
}

tasks.withType(GenerateModuleMetadata::class).configureEach { isEnabled = false }

0 comments on commit 4d619de

Please sign in to comment.