Skip to content

Commit 3555087

Browse files
remove foojay
1 parent ba27391 commit 3555087

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ version = "1.17.1-forge-" + umcVersion
4646
group = "cam72cam.universalmodcore" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
4747
archivesBaseName = "UniversalModCore"
4848

49-
java.toolchain.languageVersion = JavaLanguageVersion.of(16)
49+
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
5050
println('Java: ' + System.getProperty('java.version') + ' JVM: ' + System.getProperty('java.vm.version') + '(' + System.getProperty('java.vendor') + ') Arch: ' + System.getProperty('os.arch'))
5151
minecraft {
5252
// The mappings can be changed at any time, and must be in the following format.

settings.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
plugins {
2-
// This plugin allows Gradle to automatically download arbitrary versions of Java for you
3-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
4-
}

0 commit comments

Comments
 (0)