Skip to content

Commit 3bb81aa

Browse files
committed
chore(build): Suppress strictExtraMappings warning
Signed-off-by: MSDNicrosoft <i@msdnicrosoft.work>
1 parent bef84b5 commit 3bb81aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ plugins {
66
}
77

88
preprocess {
9+
strictExtraMappings = false
10+
911
def mc1165 = createNode("1.16.5", 1_16_05, "mojang")
1012
def mc1171 = createNode("1.17.1", 1_17_01, "mojang")
1113
def mc1182 = createNode("1.18.2", 1_18_02, "mojang")

0 commit comments

Comments
 (0)