mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
Update Gradle and dependencies
This commit is contained in:
parent
a62bdef5b4
commit
ceb9a83eda
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
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
4
gradlew
vendored
4
gradlew
vendored
@ -144,7 +144,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
|
|||||||
case $MAX_FD in #(
|
case $MAX_FD in #(
|
||||||
max*)
|
max*)
|
||||||
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
|
# 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 ) ||
|
MAX_FD=$( ulimit -H -n ) ||
|
||||||
warn "Could not query maximum file descriptor limit"
|
warn "Could not query maximum file descriptor limit"
|
||||||
esac
|
esac
|
||||||
@ -152,7 +152,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
|
|||||||
'' | soft) :;; #(
|
'' | soft) :;; #(
|
||||||
*)
|
*)
|
||||||
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
|
# 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" ||
|
ulimit -n "$MAX_FD" ||
|
||||||
warn "Could not set maximum file descriptor limit to $MAX_FD"
|
warn "Could not set maximum file descriptor limit to $MAX_FD"
|
||||||
esac
|
esac
|
||||||
|
@ -13,16 +13,16 @@ dependencies {
|
|||||||
library "com.zaxxer:HikariCP:5.0.1"
|
library "com.zaxxer:HikariCP:5.0.1"
|
||||||
library "org.apache.httpcomponents.client5:httpclient5:5.2.1"
|
library "org.apache.httpcomponents.client5:httpclient5:5.2.1"
|
||||||
library "org.apache.commons:commons-lang3:3.12.0"
|
library "org.apache.commons:commons-lang3:3.12.0"
|
||||||
library "org.apache.maven.resolver:maven-resolver-api:1.9.5"
|
library "org.apache.maven.resolver:maven-resolver-api:1.9.7"
|
||||||
library "org.apache.maven.resolver:maven-resolver-impl:1.9.5"
|
library "org.apache.maven.resolver:maven-resolver-impl:1.9.7"
|
||||||
library "org.apache.maven.resolver:maven-resolver-connector-basic:1.9.5"
|
library "org.apache.maven.resolver:maven-resolver-connector-basic:1.9.7"
|
||||||
library "org.apache.maven.resolver:maven-resolver-transport-http:1.9.5"
|
library "org.apache.maven.resolver:maven-resolver-transport-http:1.9.7"
|
||||||
library "org.apache.maven:maven-resolver-provider:3.9.0"
|
library "org.apache.maven:maven-resolver-provider:3.9.0"
|
||||||
library "org.eclipse.jetty:jetty-server:11.0.14"
|
library "org.eclipse.jetty:jetty-server:11.0.14"
|
||||||
library "org.eclipse.jetty:jetty-servlet:11.0.14"
|
library "org.eclipse.jetty:jetty-servlet:11.0.14"
|
||||||
library "org.eclipse.jetty:jetty-proxy:11.0.14"
|
library "org.eclipse.jetty:jetty-proxy:11.0.14"
|
||||||
library "com.google.code.gson:gson:2.10.1"
|
library "com.google.code.gson:gson:2.10.1"
|
||||||
compileOnly "io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT"
|
compileOnly "io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT"
|
||||||
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") {
|
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1") {
|
||||||
exclude group: "org.bukkit", module: "bukkit"
|
exclude group: "org.bukkit", module: "bukkit"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user