1.19.4 Velocity
Signed-off-by: Joseph T. McQuigg <J.T.McQuigg12@gmail.com>
This commit is contained in:
parent
0f1e07bb3b
commit
39153ff423
2
Velocity
2
Velocity
|
|
@ -1 +1 @@
|
|||
Subproject commit f744b37ad5c7b6f00ca01681f26b75cad2584b7e
|
||||
Subproject commit c7ba5255e3b0170a0e7183f3a38927931de34a03
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
|
@ -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
4
gradlew
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user