File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -173,9 +173,7 @@ modrinth {
173
173
token = System . getenv(" MODRINTH_TOKEN" )
174
174
projectId = " mod-remapping-api"
175
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.
176
+ Now compile against Java 17 while retaining backward compatibility with Java 8.
179
177
"""
180
178
uploadFile = shadeDowngradedApi
181
179
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ org.gradle.jvmargs=-Xmx1G
11
11
spasm_version =0.2
12
12
13
13
# Mod Properties
14
- mod_version = 1.26.2
14
+ mod_version = 1.27.0
15
15
maven_group = io.github.fabriccompatibilitylayers
16
16
archives_base_name = mod-remapping-api
You can’t perform that action at this time.
0 commit comments