Factor out common versions in build files
This commit is contained in:
parent
fd69f74b22
commit
44fb0e00b3
5 changed files with 23 additions and 19 deletions
|
|
@ -11,11 +11,11 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'net.kyori:adventure-platform-api:4.0.0-SNAPSHOT'
|
||||
compileOnly 'net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT'
|
||||
compileOnly "net.kyori:adventure-platform-api:${rootProject.adventurePlatformVersion}"
|
||||
compileOnly "net.kyori:adventure-text-minimessage:${rootProject.adventureMinimessageVersion}"
|
||||
compileOnly 'com.github.FrankHeijden:ServerUtilsUpdater:v1.0.0'
|
||||
|
||||
testImplementation 'net.kyori:adventure-text-serializer-plain:4.8.1'
|
||||
testImplementation "net.kyori:adventure-text-serializer-plain:${rootProject.adventureVersion}"
|
||||
}
|
||||
|
||||
blossom {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue