mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 14:59:25 +00:00
fix build error
This commit is contained in:
@@ -78,7 +78,7 @@ subprojects {
|
||||
|
||||
extensions.configure<PublishingExtension> {
|
||||
repositories {
|
||||
maven("https://repo.bx-team.space/snapshots") {
|
||||
maven("https://repo.bxteam.org/snapshots") {
|
||||
name = "divinemc"
|
||||
credentials(PasswordCredentials::class)
|
||||
}
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
+ * @param enderChest ender chest
|
||||
+ * @return whether the chest was opened
|
||||
+ */
|
||||
+ boolean openEnderChest(@NotNull org.bukkit.block.EnderChest enderChest);
|
||||
+ boolean openEnderChest(org.bukkit.block.EnderChest enderChest);
|
||||
+ // DivineMC end - Open Ender Chest API
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user