We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1754e commit 49b4280Copy full SHA for 49b4280
build.gradle
@@ -83,7 +83,7 @@ dependencies {
83
}
84
includeInJar "net.lenni0451.commons:swing:1.7.1"
85
includeInJar "net.lenni0451.commons:brigadier:1.7.1"
86
- includeInJar("net.raphimc.netminecraft:all:3.1.1") {
+ includeInJar("net.raphimc.netminecraft:all:3.1.2") {
87
exclude group: "com.google.code.gson", module: "gson"
88
89
includeInJar("net.raphimc:MinecraftAuth:4.1.1") {
gradle.properties
@@ -6,4 +6,4 @@ org.gradle.jvmargs=-Xmx2G
6
java_version=17
7
maven_group=net.raphimc
8
maven_name=ViaProxy
9
-maven_version=3.4.3-SNAPSHOT
+maven_version=3.4.3
0 commit comments