We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ace52 commit 6dc46c8Copy full SHA for 6dc46c8
build.gradle
@@ -74,7 +74,7 @@ dependencies {
74
exclude group: 'net.fabricmc', module: 'fabric-loader'
75
}
76
77
- include api('net.fabricmc:mapping-io:0.5.1')
+ include api("net.fabricmc:mapping-io:${project.mapping_io_version}")
78
79
codeGenImplementation sourceSets.main.output
80
gradle.properties
@@ -27,6 +27,7 @@ org.gradle.jvmargs=-Xmx2G
27
seedfinding_feature_version=1.171.9
28
seedfinding_seed_version=1.171.2
29
latticg_version=1.07
30
+ mapping_io_version=0.7.1
31
checkstyle_version=10.21.1
32
33
jazzer_junit_version=0.22.1
0 commit comments