mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-08 10:09:36 +01:00
Release 3.8.0
This commit is contained in:
parent
df636ae1d4
commit
5b47772881
10
build.gradle
10
build.gradle
@ -53,14 +53,14 @@ allprojects {
|
||||
// For common source code
|
||||
compileOnly "io.netty:netty-all:4.1.114.Final"
|
||||
|
||||
library "com.viaversion:viaversion-common:5.1.1-SNAPSHOT"
|
||||
library "com.viaversion:viabackwards-common:5.1.1-SNAPSHOT"
|
||||
library "com.viaversion:viaversion-common:5.1.1"
|
||||
library "com.viaversion:viabackwards-common:5.1.1"
|
||||
library "com.viaversion:viarewind-common:4.0.3"
|
||||
library ("net.raphimc:ViaLegacy:3.0.5-SNAPSHOT") {
|
||||
library ("net.raphimc:ViaLegacy:3.0.5") {
|
||||
exclude group: "com.google.code.gson", module: "gson"
|
||||
}
|
||||
library "net.raphimc:viaaprilfools-common:3.0.4-SNAPSHOT"
|
||||
library ("net.raphimc:ViaLoader:3.0.5-SNAPSHOT") {
|
||||
library "net.raphimc:viaaprilfools-common:3.0.4"
|
||||
library ("net.raphimc:ViaLoader:3.0.5-20241025.171921-1") {
|
||||
exclude group: "com.google.guava"
|
||||
exclude group: "org.slf4j"
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ org.gradle.daemon=false
|
||||
|
||||
# Project Details
|
||||
maven_group=de.florianmichael
|
||||
maven_version=3.7.1-SNAPSHOT
|
||||
maven_version=3.8.0
|
||||
maven_description=Client-side Implementation of the Via* projects for Minecraft Forge
|
||||
|
||||
slf4j_version=2.0.7
|
||||
|
Loading…
Reference in New Issue
Block a user