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:
+5
-5
@@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'java'
|
id 'java'
|
||||||
id("xyz.jpenilla.run-paper") version "2.3.1"
|
id("xyz.jpenilla.run-paper") version "${runPaperVersion}"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = 'de.shiewk'
|
group = 'de.shiewk'
|
||||||
@@ -33,14 +33,14 @@ runServer {
|
|||||||
minecraftVersion("1.21.11")
|
minecraftVersion("1.21.11")
|
||||||
downloadPlugins {
|
downloadPlugins {
|
||||||
// for testing from other client versions
|
// for testing from other client versions
|
||||||
modrinth("ViaVersion", "5.5.1")
|
modrinth("ViaVersion", viaVersionVersion)
|
||||||
modrinth("ViaBackwards", "5.5.1")
|
modrinth("ViaBackwards", viaVersionVersion)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
//compileOnly "io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT"
|
//compileOnly "io.papermc.paper:paper-api:${apiVersion}"
|
||||||
compileOnly 'dev.folia:folia-api:1.21.4-R0.1-SNAPSHOT'
|
compileOnly "dev.folia:folia-api:${apiVersion}"
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|||||||
+4
-1
@@ -1 +1,4 @@
|
|||||||
pluginVersion = 1.8.2
|
pluginVersion = 1.8.2
|
||||||
|
apiVersion = 1.21.4-R0.1-SNAPSHOT
|
||||||
|
runPaperVersion = 3.0.2
|
||||||
|
viaVersionVersion = 5.8.0
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
Reference in New Issue
Block a user