update CI

This commit is contained in:
Klop233
2024-04-03 20:56:39 +08:00
parent 8cdd79c1ac
commit 9951540a4a
2 changed files with 9 additions and 2 deletions

View File

@@ -7,3 +7,10 @@ org.gradle.caching = true
org.gradle.parallel = true
org.gradle.vfs.watch = false
org.gradle.jvmargs = -Xmx3G
# adapt Leaves API Push
mcVersion=1.20.4
packageVersion=1_20_R3
preVersion=false
updatingMinecraft=false

View File

@@ -6,8 +6,8 @@ prop() {
grep "${1}" gradle.properties | cut -d'=' -f2 | sed 's/\r//'
}
echo "$tag"
project_id="leaves"
project_name="leaves"
project_id="luminol"
project_name="luminol"
mcversion=$(prop mcVersion)
ctime=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
pre=$(prop preVersion)