mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-01 21:17:46 -05:00
Update mercury (#777)
This commit is contained in:
@@ -98,7 +98,7 @@ dependencies {
|
||||
implementation ('net.fabricmc:cfr:0.1.1')
|
||||
|
||||
// source code remapping
|
||||
implementation ('net.fabricmc:mercury:0.2.6')
|
||||
implementation ('net.fabricmc:mercury:0.3.0')
|
||||
|
||||
// Kotlin
|
||||
implementation('org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.4.2') {
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
|
||||
package net.fabricmc.loom.util;
|
||||
|
||||
import org.eclipse.jdt.core.JavaCore;
|
||||
import org.objectweb.asm.Opcodes;
|
||||
|
||||
public class Constants {
|
||||
@@ -35,7 +34,7 @@ public class Constants {
|
||||
public static final String FABRIC_REPOSITORY = "https://maven.fabricmc.net/";
|
||||
|
||||
public static final int ASM_VERSION = Opcodes.ASM9;
|
||||
public static final String MERCURY_SOURCE_VERSION = JavaCore.VERSION_17;
|
||||
public static final String MERCURY_SOURCE_VERSION = "17";
|
||||
|
||||
private Constants() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user