mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2024-11-21 11:15:01 +00:00
Update Gradle + remove API
This commit is contained in:
parent
e9395e193a
commit
4918cf55f3
@ -30,14 +30,13 @@ repositories {
|
||||
dependencies {
|
||||
implementation("org.projectlombok:lombok:1.18.24")
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.24")
|
||||
implementation("io.papermc.paper:paper-api:1.19-R0.1-SNAPSHOT")
|
||||
implementation("io.papermc.paper:paper-api:1.19.1-R0.1-SNAPSHOT")
|
||||
implementation("dev.plex:server:1.2-SNAPSHOT")
|
||||
implementation("dev.plex:api:1.2-SNAPSHOT")
|
||||
implementation("org.json:json:20220320")
|
||||
implementation("org.reflections:reflections:0.10.2")
|
||||
implementation("org.eclipse.jetty:jetty-server:11.0.9")
|
||||
implementation("org.eclipse.jetty:jetty-servlet:11.0.9")
|
||||
implementation("org.eclipse.jetty:jetty-proxy:11.0.9")
|
||||
implementation("org.eclipse.jetty:jetty-server:11.0.11")
|
||||
implementation("org.eclipse.jetty:jetty-servlet:11.0.11")
|
||||
implementation("org.eclipse.jetty:jetty-proxy:11.0.11")
|
||||
implementation("com.github.MilkBowl:VaultAPI:1.7") {
|
||||
exclude("org.bukkit", "bukkit")
|
||||
}
|
||||
|
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,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
Reference in New Issue
Block a user