eclipse dependency updated to java 11 on a minor version

This commit is contained in:
Wagyourtail 2021-11-03 13:42:29 -06:00
parent 7320c3fd7e
commit 62fe9888a2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ buildscript {
dependencies {
classpath group: 'com.github.ImpactDevelopment', name: 'ForgeGradle', version: '3.0.115'
classpath group: 'com.github.ImpactDevelopment', name: 'MixinGradle', version: '0.6.2'
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '0.5-SNAPSHOT'
classpath group: 'net.fabricmc', name: 'fabric-loom', version: '0.7-SNAPSHOT'
}
}