This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- if : startsWith(github.event.head_commit.message, '[CI skip]') == false
1110 runs-on : ubuntu-latest
1211 steps :
1312 - name : Checkout repository
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build :
13- if : startsWith(github.event.head_commit.message, '[CI skip]') == false
1413 runs-on : ubuntu-latest
1514 steps :
1615 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
33plugins {
44 id(" java" )
55 id(" maven-publish" )
6- id(" com.gradleup.shadow" ) version " 8.3.3 "
7- id(" io.freefair.lombok" ) version " 8.10.2 "
6+ id(" com.gradleup.shadow" ) version " 8.3.6 "
7+ id(" io.freefair.lombok" ) version " 8.12.1 "
88 id(" net.minecrell.plugin-yml.bukkit" ) version " 0.6.0"
99 id(" xyz.jpenilla.run-paper" ) version " 2.3.1"
1010}
@@ -28,13 +28,13 @@ dependencies {
2828 compileOnly(" org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT" )
2929 compileOnly(" com.github.Slimefun:Slimefun4:RC-37" )
3030 compileOnly(" me.clip:placeholderapi:2.11.6" )
31- compileOnly(" com.comphenix.protocol:ProtocolLib:5.1 .0" )
32- implementation(" net.guizhanss:guizhanlib-all:2.1 .0" )
31+ compileOnly(" com.comphenix.protocol:ProtocolLib:5.3 .0" )
32+ implementation(" net.guizhanss:guizhanlib-all:2.2 .0" )
3333 implementation(" org.bstats:bstats-bukkit:3.1.0" )
3434}
3535
3636java {
37- sourceCompatibility = JavaVersion .VERSION_16
37+ sourceCompatibility = JavaVersion .VERSION_17
3838}
3939
4040tasks.compileJava {
You can’t perform that action at this time.
0 commit comments