mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-10 20:41:14 +01:00
7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
dependencies {
|
|
compileOnlyApi(projects.viaversionCommon)
|
|
compileOnly(libs.bungee)
|
|
}
|
|
|
|
publishShadowJar()
|