mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-10-31 23:59:33 +01:00
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
dependencies {
|
|
implementation(projects.viaversionCommon)
|
|
compileOnly(libs.sponge)
|
|
}
|