Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit dd611f3

Browse files
committed
chore: update deps
1 parent 919e041 commit dd611f3

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/blob-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
jobs:
99
build:
10-
if: startsWith(github.event.head_commit.message, '[CI skip]') == false
1110
runs-on: ubuntu-latest
1211
steps:
1312
- name: Checkout repository

.github/workflows/gradle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010

1111
jobs:
1212
build:
13-
if: startsWith(github.event.head_commit.message, '[CI skip]') == false
1413
runs-on: ubuntu-latest
1514
steps:
1615
- name: Checkout repository

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
33
plugins {
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

3636
java {
37-
sourceCompatibility = JavaVersion.VERSION_16
37+
sourceCompatibility = JavaVersion.VERSION_17
3838
}
3939

4040
tasks.compileJava {

0 commit comments

Comments
 (0)