mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-10-31 23:59:33 +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
11 lines
324 B
Plaintext
11 lines
324 B
Plaintext
dependencies {
|
|
implementation(projects.viaversionBukkitLegacy)
|
|
implementation(projects.viaversionCommon)
|
|
implementation(libs.javassist)
|
|
compileOnly(libs.paper) {
|
|
exclude("junit", "junit")
|
|
exclude("com.google.code.gson", "gson")
|
|
exclude("javax.persistence", "persistence-api")
|
|
}
|
|
}
|