diff --git a/README.md b/README.md index 39a4bad..ee0d883 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Just take a look at my other Project called `ViaMCP`: https://github.com/Florian 2. Run `./gradlew build` in the root directory of the repository. 3. The compiled jar files can be found in `viaforge-mc/build/libs`. -Note: Build scripts are made to be run using Java 8. +Note: Build scripts are made to be run using Java 17. ## Other ViaVersion Mods / Platforms - ViaFabric - https://modrinth.com/mod/viafabric diff --git a/build.gradle b/build.gradle index 6c8ec8c..8cb2374 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,6 @@ allprojects { toolchain.languageVersion = JavaLanguageVersion.of(17) } - // We define the configuration here so we can use it across all conventions and platforms // To define which projects/source files should be included in the jar configurations {