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:
shedaniel
2021-05-30 20:46:50 +08:00
parent 6bdfabc228
commit a2ae80239d

View File

@@ -345,3 +345,7 @@ task writeActionsTestMatrix() {
tasks.named('wrapper') {
distributionType = Wrapper.DistributionType.ALL
}
tasks.withType(GenerateModuleMetadata) {
enabled = false
}