mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-07 09:59:36 +01:00
Fixup README
This commit is contained in:
parent
a26894eba8
commit
ad1f3d0c75
@ -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<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
|
||||
- ViaFabric - https://modrinth.com/mod/viafabric
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user