1.19.4 Velocity

Signed-off-by: Joseph T. McQuigg <J.T.McQuigg12@gmail.com>
This commit is contained in:
Joseph T. McQuigg 2023-03-23 00:24:12 -04:00
parent 0f1e07bb3b
commit 39153ff423
No known key found for this signature in database
GPG Key ID: 1A95882DC8D52B2E
5 changed files with 9 additions and 9 deletions

@ -1 +1 @@
Subproject commit f744b37ad5c7b6f00ca01681f26b75cad2584b7e
Subproject commit c7ba5255e3b0170a0e7183f3a38927931de34a03

View File

@ -1,7 +1,7 @@
plugins {
java
idea
id("com.github.johnrengelman.shadow") version "7.1.2"
id("com.github.johnrengelman.shadow") version "8.1.1"
}
group = "org.adde0109"
@ -21,10 +21,10 @@ dependencies {
annotationProcessor("com.velocitypowered:velocity-api")
compileOnly("com.electronwill.night-config:toml:3.6.6")
implementation("org.bstats:bstats-velocity:3.0.1")
compileOnly("io.netty:netty-buffer:4.1.86.Final")
compileOnly("io.netty:netty-transport:4.1.86.Final")
compileOnly("io.netty:netty-codec:4.1.86.Final")
compileOnly("io.netty:netty-handler:4.1.86.Final")
compileOnly("io.netty:netty-buffer:4.1.90.Final")
compileOnly("io.netty:netty-transport:4.1.90.Final")
compileOnly("io.netty:netty-codec:4.1.90.Final")
compileOnly("io.netty:netty-handler:4.1.90.Final")
}
tasks {

Binary file not shown.

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

4
gradlew vendored
View File

@ -144,7 +144,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
case $MAX_FD in #(
max*)
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC3045
# shellcheck disable=SC3045
MAX_FD=$( ulimit -H -n ) ||
warn "Could not query maximum file descriptor limit"
esac
@ -152,7 +152,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
'' | soft) :;; #(
*)
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC3045
# shellcheck disable=SC3045
ulimit -n "$MAX_FD" ||
warn "Could not set maximum file descriptor limit to $MAX_FD"
esac