Fixup README

This commit is contained in:
FlorianMichael 2024-06-05 06:43:34 +02:00
parent a26894eba8
commit ad1f3d0c75
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
2 changed files with 1 additions and 2 deletions

View File

@ -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. 2. Run `./gradlew build` in the root directory of the repository.
3. The compiled jar files can be found in `viaforge-mc<version>/build/libs`. 3. The compiled jar files can be found in `viaforge-mc<version>/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 ## Other ViaVersion Mods / Platforms
- ViaFabric - https://modrinth.com/mod/viafabric - ViaFabric - https://modrinth.com/mod/viafabric

View File

@ -27,7 +27,6 @@ allprojects {
toolchain.languageVersion = JavaLanguageVersion.of(17) toolchain.languageVersion = JavaLanguageVersion.of(17)
} }
// We define the configuration here so we can use it across all conventions and platforms // 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 // To define which projects/source files should be included in the jar
configurations { configurations {