mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2025-02-19 22:02:58 +01:00
Ensure a clean startup without warnings.
Note for pladdons, the plugin.yml must list BentoBox as a depend in YAML list format. Must place the release repo before the snarpshote repo in the POM.
This commit is contained in:
parent
7db6449af5
commit
c9367feea8
10
pom.xml
10
pom.xml
@ -59,7 +59,7 @@
|
||||
<powermock.version>2.0.9</powermock.version>
|
||||
<!-- More visible way how to change dependency versions -->
|
||||
<spigot.version>1.17-R0.1-SNAPSHOT</spigot.version>
|
||||
<bentobox.version>1.18.0-SNAPSHOT</bentobox.version>
|
||||
<bentobox.version>1.18.0</bentobox.version>
|
||||
<!-- Revision variable removes warning about dynamic version -->
|
||||
<revision>${build.version}-SNAPSHOT</revision>
|
||||
<!-- Do not change unless you want different name for local builds. -->
|
||||
@ -119,14 +119,14 @@
|
||||
<id>spigot-repo</id>
|
||||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>codemc</id>
|
||||
<url>https://repo.codemc.org/repository/maven-snapshots/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>codemc-repo</id>
|
||||
<url>https://repo.codemc.org/repository/maven-public/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>codemc</id>
|
||||
<url>https://repo.codemc.org/repository/maven-snapshots/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>ess-repo</id>
|
||||
<url>https://ci.ender.zone/plugin/repository/everything/</url>
|
||||
|
@ -1,7 +1,8 @@
|
||||
name: Pladdon
|
||||
main: world.bentobox.acidisland.AcidIslandPladdon
|
||||
version: ${version}
|
||||
api-version: 1.17
|
||||
api-version: 1.16
|
||||
description: AcidIsland
|
||||
author: tastybento
|
||||
depend: [BentoBox]
|
||||
depend:
|
||||
- BentoBox
|
||||
|
Loading…
Reference in New Issue
Block a user