3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-07-03 22:18:04 +02:00
Dieser Commit ist enthalten in:
KennyTV 2021-02-25 10:21:11 +01:00
Ursprung a0351b8168
Commit 16208b2a7f
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 6BE3B555EBC5982B
2 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -43,6 +43,11 @@ You can find official dev builds here:
**Maven Repo:** https://repo.viaversion.com
Building:
--------
After cloning this repository, build the project with Gradle by running `/gradlew build` and take the created jar out of the `build/libs` directory.
License:
--------

Datei anzeigen

@ -7,7 +7,7 @@ plugins {
allprojects {
group = "us.myles"
version = "3.3.0-21w08a-gradle"
version = "3.3.0-21w08a"
description = "Allow newer clients to join older server versions."
}