Skip to content

Commit 1ead523

Browse files
committed
Update Gradle wrapper and dependencies
1 parent 55a29b3 commit 1ead523

File tree

6 files changed

+16
-11
lines changed

6 files changed

+16
-11
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
plugins {
22
base
33
`java-library`
4-
id("com.github.johnrengelman.shadow") version "8.1.0" apply false
4+
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
55
}
66

77
allprojects {
88
apply(plugin = "java")
99
group = "io.papermc.debuggery"
10-
version = "1.5.0-SNAPSHOT"
10+
version = "1.5.1"
1111

1212
java {
1313
toolchain.languageVersion.set(JavaLanguageVersion.of(17))

debuggery-bukkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("com.github.johnrengelman.shadow")
3-
id("xyz.jpenilla.run-paper") version "2.0.1"
3+
id("xyz.jpenilla.run-paper") version "2.1.0"
44
}
55

66
tasks {

gradle/wrapper/gradle-wrapper.jar

1.73 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ pluginManagement {
1313
mavenCentral()
1414
}
1515
plugins {
16-
id("net.kyori.blossom") version "1.2.0"
17-
id("com.github.johnrengelman.shadow") version "8.1.0"
16+
id("net.kyori.blossom") version "1.3.1"
17+
id("com.github.johnrengelman.shadow") version "8.1.1"
1818
}
1919
}
2020

2121
plugins {
22-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
22+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0"
2323
}
2424

2525
rootProject.name = "debuggery"

0 commit comments

Comments
 (0)