Skip to content

Commit 62025dd

Browse files
committed
feat: update build workflow
1 parent cac9174 commit 62025dd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- '**/*.java'
1111
- '**/*.kt'
1212
- '**/*.gradle'
13+
- '**/*.gradle.kts'
1314
- 'gradle/**'
1415
- 'resources/**'
1516
pull_request:
@@ -21,6 +22,7 @@ on:
2122
- '**/*.java'
2223
- '**/*.kt'
2324
- '**/*.gradle'
25+
- '**/*.gradle.kts'
2426
- 'gradle/**'
2527
- 'resources/**'
2628
workflow_dispatch:

gradle/libs.versions.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ blockstudio = "-SNAPSHOT"
99
dadadachecker = "1.0.0"
1010
noteblockapi = "1.6.3"
1111
lunachat = "3.0.16"
12-
bukkit = "1.14.4-R0.1-SNAPSHOT"
1312
spigot = "1.14.4-R0.1-SNAPSHOT"
14-
spigotApi = "1.14.4-R0.1-SNAPSHOT"
1513
cloudPaper = "2.0.0-beta.10"
1614
jspecify = "1.0.0"
1715

@@ -29,8 +27,6 @@ blockstudio = { module = "com.github.Be4rJP:BlockStudio", version.ref = "blockst
2927
dadadachecker = { module = "com.github.Be4rJP:DADADAChecker", version.ref = "dadadachecker" }
3028
noteblockapi = { module = "com.github.koca2000:NoteBlockAPI", version.ref = "noteblockapi" }
3129
lunachat = { module = "com.github.ucchyocean:LunaChat", version.ref = "lunachat" }
32-
bukkit = { module = "org.bukkit:bukkit", version.ref = "bukkit" }
3330
spigot = { module = "org.spigotmc:spigot", version.ref = "spigot" }
34-
spigotApi = { module = "org.spigotmc:spigot-api", version.ref = "spigotApi" }
3531
cloudPaper = { module = "org.incendo:cloud-paper", version.ref = "cloudPaper" }
3632
jspecify = { module = "org.jspecify:jspecify", version.ref = "jspecify" }

0 commit comments

Comments
 (0)