mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-02-16 01:51:48 +01:00
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
dependencies {
|
|
implementation(projects.viabackwardsCommon)
|
|
compileOnly(libs.velocity)
|
|
annotationProcessor(libs.velocity)
|
|
}
|