1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-09 08:50:29 +00:00

Don't publish Gradle module metadata for common

Fixes #1842
This commit is contained in:
Jonathan Coates 2024-05-26 09:34:10 +01:00
parent 57c289f173
commit 4d619de357
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -127,3 +127,5 @@ val runData by tasks.registering(MergeTrees::class) {
}
}
}
tasks.withType(GenerateModuleMetadata::class).configureEach { isEnabled = false }