mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-03-02 04:11:08 +01:00
8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
dependencies {
|
|
compileOnlyApi(projects.viabackwardsCommon)
|
|
compileOnly(libs.paper) {
|
|
exclude("com.google.code.gson", "gson")
|
|
exclude("javax.persistence", "persistence-api")
|
|
}
|
|
}
|