mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-02 21:01:32 +01:00
7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
dependencies {
|
|
compileOnlyApi(projects.viaversionCommon)
|
|
compileOnly(libs.sponge)
|
|
}
|
|
|
|
publishShadowJar()
|