We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd861c commit 375bad3Copy full SHA for 375bad3
2 files changed
build.gradle
@@ -173,9 +173,7 @@ modrinth {
173
token = System.getenv("MODRINTH_TOKEN")
174
projectId = "mod-remapping-api"
175
changelog = """
176
-Apply method invocation replacers to Interface methods as well.\
177
-Fix possible crash while remapping refmap.\
178
-Add system property to run in development mode for 3rd party remappers.
+Now compile against Java 17 while retaining backward compatibility with Java 8.
179
"""
180
uploadFile = shadeDowngradedApi
181
gradle.properties
@@ -11,6 +11,6 @@ org.gradle.jvmargs=-Xmx1G
11
spasm_version=0.2
12
13
# Mod Properties
14
- mod_version = 1.26.2
+ mod_version = 1.27.0
15
maven_group = io.github.fabriccompatibilitylayers
16
archives_base_name = mod-remapping-api
0 commit comments