commit | 87d54f1103def7f32db30459a35a437522704fc7 | [log] [download] |
---|---|---|
author | Jason <jasonpenilla2@me.com> | Wed Apr 14 05:16:48 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 14 14:16:48 2021 +0200 |
tree | 61e25704c72c266450a5e509b1bc4d1cb814ebe2 | |
parent | c7e5b4a29752a1707249322b3e03f231bfe8b31d [diff] |
Clean up build scripts using new Gradle features (#2436) * Make use of `TYPESAFE_PROJECT_ACCESSORS` and `VERSION_CATALOGS` Gradle feature previews to clean up build scripts * Bump setup-java action to v2, specify AdoptOpenJDK distribution
Allows the connection of higher client versions to lower server versions
Supported Versions:
On Paper you may also use ProtocolSupport, but ensure you have the right build for your server version.
User Docs: https://docs.viaversion.com/display/VIAVERSION/
wiki.vg (Used for information regarding packet structure, we also contribute back)
You can find official releases here:
https://www.spigotmc.org/resources/viaversion.19254/history
You can find official dev builds here:
Jenkins: https://ci.viaversion.com
JavaDocs: https://jd.viaversion.com
Maven Repository:
<repository> <id>viaversion-repo</id> <url>https://repo.viaversion.com</url> </repository>
API-artifact:
<dependency> <groupId>us.myles</groupId> <artifactId>viaversion-api</artifactId> <version>LATEST</version> <scope>provided</scope> </dependency>
Replace the version depending on your needs.
If you need access to the existing protocol or platform implementations, use the parent artifact viaversion
. Please note the differences in licensing.
After cloning this repository, build the project with Gradle by running /gradlew build
and take the created jar out of the build/libs
directory.
The entirety of the API directory is licensed under the MIT License; see licenses/MIT.md for details.
Everything else, unless explicitly stated otherwise, is licensed under the GNU General Public License, including the end product as a whole; see licenses/GPL.md for details.
Special thanks to all our Contributors.