This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
ViaVersion
Watch
1
Star
0
Fork
0
You've already forked ViaVersion
mirror of
https://github.com/ViaVersion/ViaVersion.git
synced
2024-11-02 08:39:59 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
2588c6ecc8
ViaVersion
/
java-compat
/
build.gradle.kts
5 lines
109 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix (Bungee): Java 16 compatibility (#2433) This has been tested on the following: - AdoptOpenJDK Java 1.8.0_282 - GraalVM CE 21.0.0 OpenJDK 11.0.10 - AdoptOpenJDK Java 15.0.2 - AdoptOpenJDK Java 16 (also tested with BungeeCord b1556) - Amazon Corretto OpenJDK 16.0.0.36.1 ... with Waterfall b406 on Linux 5.10.28.
2021-04-13 11:42:32 +02:00
dependencies {
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
2021-04-14 14:16:48 +02:00
api(projects.javaCompat.javaCompatCommon)
Feat (Bungee): Use only unsafe field modifications (#2440)
2021-04-17 09:59:24 +02:00
api(projects.javaCompat.javaCompatUnsafe)
Fix (Bungee): Java 16 compatibility (#2433) This has been tested on the following: - AdoptOpenJDK Java 1.8.0_282 - GraalVM CE 21.0.0 OpenJDK 11.0.10 - AdoptOpenJDK Java 15.0.2 - AdoptOpenJDK Java 16 (also tested with BungeeCord b1556) - Amazon Corretto OpenJDK 16.0.0.36.1 ... with Waterfall b406 on Linux 5.10.28.
2021-04-13 11:42:32 +02:00
}
Reference in New Issue
Copy Permalink