ForgeGradle 5.1 and Gradle 7, which allows development on J16. Runtime still targets J8. (#7877)

This commit is contained in:
SizableShrimp 2021-07-21 16:21:09 -05:00 committed by GitHub
parent 2ebe71dd9c
commit 25bec28365

View file

@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '4.1.+', changing: true
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true
}
}
apply plugin: 'net.minecraftforge.gradle'