mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 21:05:58 -05:00
Disable module files, we can't have those, they point to the wrong files
Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
@@ -345,3 +345,7 @@ task writeActionsTestMatrix() {
|
||||
tasks.named('wrapper') {
|
||||
distributionType = Wrapper.DistributionType.ALL
|
||||
}
|
||||
|
||||
tasks.withType(GenerateModuleMetadata) {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user