1
mirror of https://github.com/Shiewk/SModeration.git synced 2026-04-28 05:54:16 +02:00

Move some versions to gradle.properties; update versions

This commit is contained in:
Shy
2026-04-03 16:42:48 +02:00
parent f7f541c8a4
commit fc8c1c9f26
3 changed files with 10 additions and 7 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
plugins {
id 'java'
id("xyz.jpenilla.run-paper") version "2.3.1"
id("xyz.jpenilla.run-paper") version "${runPaperVersion}"
}
group = 'de.shiewk'
@@ -33,14 +33,14 @@ runServer {
minecraftVersion("1.21.11")
downloadPlugins {
// for testing from other client versions
modrinth("ViaVersion", "5.5.1")
modrinth("ViaBackwards", "5.5.1")
modrinth("ViaVersion", viaVersionVersion)
modrinth("ViaBackwards", viaVersionVersion)
}
}
dependencies {
//compileOnly "io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT"
compileOnly 'dev.folia:folia-api:1.21.4-R0.1-SNAPSHOT'
//compileOnly "io.papermc.paper:paper-api:${apiVersion}"
compileOnly "dev.folia:folia-api:${apiVersion}"
}
jar {