Skip to content

Commit 35c2e4e

Browse files
committed
Update shadow
1 parent 398e448 commit 35c2e4e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
See the [**releases page**](https://github.com/kennytv/Debuggery/releases).
88

99
## Building
10-
Debuggery requires **Java 11** to build. I'd recommend using [Adoptium builds].
10+
Debuggery requires **Java 17** to build. I'd recommend using [Adoptium builds].
1111

1212
Once cloned, use the gradle wrapper included in this repository to build a runnable jar.
1313

build.gradle.kts

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

77
allprojects {
@@ -29,8 +29,8 @@ subprojects {
2929
}
3030

3131
dependencies {
32-
compileOnly("org.jetbrains:annotations:23.0.0")
33-
testImplementation("org.jetbrains:annotations:23.0.0")
32+
compileOnly("org.jetbrains:annotations:24.0.1")
33+
testImplementation("org.jetbrains:annotations:24.0.1")
3434
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
3535
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
3636
}

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.0"
3+
id("xyz.jpenilla.run-paper") version "2.0.1"
44
}
55

66
tasks {

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pluginManagement {
1414
}
1515
plugins {
1616
id("net.kyori.blossom") version "1.2.0"
17-
id("com.github.johnrengelman.shadow") version "7.1.2"
17+
id("com.github.johnrengelman.shadow") version "8.1.0"
1818
}
1919
}
2020

0 commit comments

Comments
 (0)