Skip to content

Commit

Permalink
Fix NoClassDefFoundError when using BlueMap-5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdeZhang committed Oct 15, 2024
1 parent f1116fa commit 8e490ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.0-beta"
version = "2.14.1-beta"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down
1 change: 1 addition & 0 deletions core/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ softdepend:
- Vault
- dynmap
- PlaceholderAPI
- BlueMap
commands:
Dominion:
description: 领地插件命令
Expand Down

0 comments on commit 8e490ec

Please sign in to comment.