mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-10-31 23:59:33 +01:00
e356a35aa7
Don't create runnable platform jars anymore, since all they really do is increase build time. Also fix texts and Gradle deprecations. Also also publish common with its shadowed configuration, not the plain java components.
9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
dependencies {
|
|
compileOnlyApi(projects.viaversionCommon)
|
|
compileOnly(libs.legacyBukkit) {
|
|
exclude("junit", "junit")
|
|
exclude("com.google.code.gson", "gson")
|
|
exclude("javax.persistence", "persistence-api")
|
|
}
|
|
}
|