Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit a439f60

Browse files
committed
[ci skip] Add constants between branches
Signed-off-by: Florian Reuth <git@florianreuth.de>
1 parent 6d3c861 commit a439f60

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ allprojects {
9090
}
9191

9292
dependencies {
93-
library "com.viaversion:viaversion-common:5.8.0"
94-
library "com.viaversion:viabackwards-common:5.8.0"
95-
library "com.viaversion:viarewind-common:4.0.15"
96-
library "com.viaversion:viaaprilfools-common:4.1.0"
97-
library ("net.raphimc:ViaLegacy:3.0.14") {
93+
library "com.viaversion:viaversion-common:${vv_version}"
94+
library "com.viaversion:viabackwards-common:${vb_version}"
95+
library "com.viaversion:viarewind-common:${vr_version}"
96+
library "com.viaversion:viaaprilfools-common:${vaf_version}"
97+
library("net.raphimc:ViaLegacy:${vl_version}") {
9898
exclude group: "com.google.code.gson", module: "gson"
9999
}
100100
}

gradle.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22
org.gradle.jvmargs=-Xmx3G -XX:+UseG1GC
33
org.gradle.daemon=false
44

5+
vv_version=5.8.0
6+
vb_version=5.8.0
7+
vr_version=4.0.15
8+
vaf_version=4.1.0
9+
vl_version=3.0.14
10+
511
mixin_version=0.8.3

0 commit comments

Comments
 (0)