File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ version = "1.17.1-forge-" + umcVersion
4646group = " cam72cam.universalmodcore" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
4747archivesBaseName = " UniversalModCore"
4848
49- java. toolchain. languageVersion = JavaLanguageVersion . of(16 )
49+ java. toolchain. languageVersion = JavaLanguageVersion . of(17 )
5050println (' Java: ' + System . getProperty(' java.version' ) + ' JVM: ' + System . getProperty(' java.vm.version' ) + ' (' + System . getProperty(' java.vendor' ) + ' ) Arch: ' + System . getProperty(' os.arch' ))
5151minecraft {
5252 // The mappings can be changed at any time, and must be in the following format.
Original file line number Diff line number Diff line change 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- }
You can’t perform that action at this time.
0 commit comments