mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-09 08:11:25 +01:00
* 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
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
dependencies {
|
|
implementation(projects.viaversionSpongeLegacy)
|
|
implementation(projects.viaversionCommon)
|
|
compileOnly(libs.sponge)
|
|
}
|