mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-08 10:09: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.
|
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
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user