Skip to content

Commit

Permalink
Merge pull request #38 from GiganticMinecraft/KisaragiEffective-patch-1
Browse files Browse the repository at this point in the history
ci: setup
  • Loading branch information
m1sk9 authored Jan 11, 2025
2 parents 4bfe6b9 + d303ca6 commit 9177467
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI and CD
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
name: CI
uses: Lucky3028/shared-workflows/.github/workflows/kotlin-ci.yaml@main
with:
jdk-version: 17
gradle-jvm-version: 17
cd:
name: CD
uses: Lucky3028/shared-workflows/.github/workflows/kotlin-cd.yaml@main
if: github.ref == 'refs/heads/main'
needs:
- ci
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Inspired by [SimpleElevators](https://www.spigotmc.org/resources/simple-elevator

## Requirement
* Spigot
* Developed and debugged in 1.16.5
* Developed and debugged in 1.18.2
* item-nbt-api-plugin-2.11.2
* worldguard-bukkit-7.1.0-SNAPSHOT
* worldguard-bukkit-7.0.7

## License
[GNU General Public License v3.0](./LICENSE)
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
ext {
kotlin_version = "2.0.20"
spigot_version = "1.16.5-R0.1-SNAPSHOT"
worldguard_version = "7.1.0-SNAPSHOT"
spigot_version = "1.18.2-R0.1-SNAPSHOT"
worldguard_version = "7.0.7-SNAPSHOT"
item_nbt_api_version = "2.12.0"
bstats_version = "1.8"
}
Expand Down

0 comments on commit 9177467

Please sign in to comment.