File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77See 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
1212Once cloned, use the gradle wrapper included in this repository to build a runnable jar.
1313
Original file line number Diff line number Diff line change 11plugins {
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
77allprojects {
@@ -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 }
Original file line number Diff line number Diff line change 11plugins {
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
66tasks {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments