Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-04 23:30:25 +01:00
fad65e5b81
Co-authored-by: jmp <jasonpenilla2@me.com>
15 Zeilen
356 B
Plaintext
15 Zeilen
356 B
Plaintext
plugins {
|
|
id("net.kyori.blossom")
|
|
}
|
|
|
|
blossom {
|
|
replaceToken("\$VERSION", project.version)
|
|
replaceToken("\$IMPL_VERSION", "git-ViaBackwards-${project.version}:${rootProject.latestCommitHash()}")
|
|
}
|
|
|
|
dependencies {
|
|
compileOnlyApi(libs.viaver)
|
|
compileOnlyApi(libs.netty)
|
|
compileOnlyApi(libs.guava)
|
|
compileOnlyApi(libs.checkerQual)
|
|
} |