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 c6423d1 commit 51a8445Copy full SHA for 51a8445
build.gradle
@@ -173,7 +173,7 @@ modrinth {
173
token = System.getenv("MODRINTH_TOKEN")
174
projectId = "mod-remapping-api"
175
changelog = """
176
-Now compile against Java 17 while retaining backward compatibility with Java 8.
+Fix softlock on loader 0.17+.
177
"""
178
uploadFile = shadeDowngradedApi
179
gradle.properties
@@ -11,6 +11,6 @@ org.gradle.jvmargs=-Xmx1G
11
spasm_version=0.2
12
13
# Mod Properties
14
- mod_version = 1.27.1
+ mod_version = 1.27.2
15
maven_group = io.github.fabriccompatibilitylayers
16
archives_base_name = mod-remapping-api
0 commit comments