Skip to content

Commit

Permalink
fix missing submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdeZhang committed Oct 19, 2024
1 parent 29f4cc3 commit 3daa40a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update Submodules
run: git submodule update --init --recursive
- name: "Set up JDK 21"
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var libraries = listOf<String>()
libraries = libraries + "cn.lunadeer:MinecraftPluginUtils:2.0.7"

group = "cn.lunadeer"
version = "2.14.3-beta"
version = "2.14.4-beta"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down

0 comments on commit 3daa40a

Please sign in to comment.