mirror of
https://github.com/plexusorg/BukkitTelnet.git
synced 2024-11-21 20:25:01 +00:00
Update Gradle wrapper
This commit is contained in:
parent
dfb13d5185
commit
4fe6c08b9e
@ -24,8 +24,8 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
compileOnly "io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT"
|
||||
annotationProcessor "org.projectlombok:lombok:1.18.22"
|
||||
library "org.projectlombok:lombok:1.18.22"
|
||||
annotationProcessor "org.projectlombok:lombok:1.18.24"
|
||||
library "org.projectlombok:lombok:1.18.24"
|
||||
library "org.json:json:20220320"
|
||||
compileOnly("com.github.MilkBowl:VaultAPI:1.7") {
|
||||
exclude group: "org.bukkit", module: "bukkit"
|
||||
|
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.3-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
Reference in New Issue
Block a user