version as variables
This commit is contained in:
parent
54ec04e11e
commit
a5a87ebb01
1 changed files with 7 additions and 3 deletions
|
@ -9,17 +9,21 @@ group = "me.unurled.sacredrealms"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "The main SR plugin."
|
description = "The main SR plugin."
|
||||||
|
|
||||||
|
val mcVersion = "1.20.4-R0.1-SNAPSHOT"
|
||||||
|
val redisVersion = "5.1.2"
|
||||||
|
val invuiVersion = "1.26"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven("https://repo.xenondevs.xyz/releases")
|
maven("https://repo.xenondevs.xyz/releases")
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
paperweight.paperDevBundle("1.20.4-R0.1-SNAPSHOT")
|
paperweight.paperDevBundle(mcVersion)
|
||||||
|
|
||||||
implementation("redis.clients:jedis:5.1.2")
|
implementation("redis.clients:jedis:${redisVersion}")
|
||||||
|
|
||||||
implementation("xyz.xenondevs.invui:invui:1.26")
|
implementation("xyz.xenondevs.invui:invui:${invuiVersion}")
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue