Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-04 23:30:24 +01:00
87d54f1103
* 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
8 Zeilen
173 B
Plaintext
8 Zeilen
173 B
Plaintext
dependencies {
|
|
api(projects.javaCompat.javaCompatCommon)
|
|
}
|
|
|
|
// This is for Java 16, but the minimum required for this
|
|
// is actually just Java 9!
|
|
configureJavaTarget(9)
|