Skip to content

Commit 1ed277c

Browse files
committed
chore: Update preprocessor to 1.0.2
1 parent 2087dce commit 1ed277c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

root.gradle.kts

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

55
preprocess {
6+
strictExtraMappings.set(true)
7+
68
val neo12103 = createNode("1.21.3-neoforge", 12102, "mojang")
79
val fabric12103 = createNode("1.21.3-fabric", 12102, "mojang")
810
val neo12101 = createNode("1.21.1-neoforge", 12100, "mojang")

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pluginManagement {
1111
}
1212
plugins {
1313
id("com.gradleup.shadow") version("8.3.0")
14-
id("io.github.null2264.preprocess") version("1.0-SNAPSHOT")
14+
id("io.github.null2264.preprocess") version("1.0.2")
1515
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
1616
}
1717
}

0 commit comments

Comments
 (0)