Skip to content

Commit 00a4eee

Browse files
chore: suppress enforced-platform validation errors in GenerateModuleMetadata task
1 parent 27f6988 commit 00a4eee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ subprojects {
2424
}
2525
}
2626
}
27+
28+
tasks.withType<GenerateModuleMetadata> {
29+
suppressedValidationErrors.add("enforced-platform")
30+
}
2731
}
2832
}

0 commit comments

Comments
 (0)