Skip to content

Commit

Permalink
Velocity b274 support (#42)
Browse files Browse the repository at this point in the history
* Velocity b274+ support

* Bump version to 1.0.11-SNAPSHOT

* Exclude slf4j inside shadowJar instead of directly from libraries
  • Loading branch information
UserNugget authored Dec 11, 2023
1 parent 22b0b62 commit 0f96a38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

setGroup("net.elytrium")
setVersion("1.0.10")
setVersion("1.0.11-SNAPSHOT")

compileJava {
getOptions().setEncoding("UTF-8")
Expand Down Expand Up @@ -66,6 +66,7 @@ shadowJar {
exclude("META-INF/maven/**")
exclude("META-INF/INFO_BIN")
exclude("META-INF/INFO_SRC")
exclude("org/slf4j/**")
exclude("google/protobuf/**")
exclude("com/google/protobuf/**")
exclude("org/apache/commons/codec/language/**")
Expand Down

0 comments on commit 0f96a38

Please sign in to comment.