mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-02 09:09:55 +01:00
fad65e5b81
Co-authored-by: jmp <jasonpenilla2@me.com>
8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
dependencies {
|
|
implementation(projects.viabackwardsCommon)
|
|
compileOnly(libs.paper) {
|
|
exclude("com.google.code.gson", "gson")
|
|
exclude("javax.persistence", "persistence-api")
|
|
}
|
|
}
|