mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-01 08:10:00 +01:00
e356a35aa7
Don't create runnable platform jars anymore, since all they really do is increase build time. Also fix texts and Gradle deprecations. Also also publish common with its shadowed configuration, not the plain java components.
4 lines
60 B
Plaintext
4 lines
60 B
Plaintext
dependencies {
|
|
compileOnly(projects.viaversionCommon)
|
|
}
|