Skip to content

Commit

Permalink
patch missing VaultUnlocked repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdeZhang committed Oct 19, 2024
1 parent 1ff19f5 commit 29f4cc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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.2-beta"
version = "2.14.3-beta"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand All @@ -34,6 +34,7 @@ allprojects {
maven("https://jitpack.io")
maven("https://repo.mikeprimm.com/")
maven("https://repo.extendedclip.com/content/repositories/placeholderapi/")
maven("https://repo.codemc.org/repository/maven-public")
}

dependencies {
Expand Down

0 comments on commit 29f4cc3

Please sign in to comment.