Skip to content

Commit 2180c24

Browse files
committed
Move ViaProxy version into gradle.properties
1 parent 5d8fc75 commit 2180c24

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ repositories {
1313
}
1414

1515
dependencies {
16-
implementation "net.raphimc:ViaProxy:3.3.3"
16+
implementation "net.raphimc:ViaProxy:${viaproxy_version}"
1717
}

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ name=ViaSnapshot
22
group=btw.lowercase.viasnapshot
33
version=1.0-SNAPSHOT
44

5-
java_version=17
5+
java_version=17
6+
7+
# Dependencies
8+
viaproxy_version=3.3.3

0 commit comments

Comments
 (0)