From ad1f3d0c75b46b250a0fc93e0a58595df866f426 Mon Sep 17 00:00:00 2001 From: FlorianMichael Date: Wed, 5 Jun 2024 06:43:34 +0200 Subject: [PATCH] Fixup README --- README.md | 2 +- build.gradle | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 {