Bumped deps, added repo distribution
This commit is contained in:
parent
6122d28bb9
commit
7bc02c5109
|
@ -1,2 +1,4 @@
|
||||||
# Project exclude paths
|
.idea
|
||||||
/target/
|
*.iml
|
||||||
|
target/
|
||||||
|
.flattened-pom.xml
|
25
menuapi.iml
25
menuapi.iml
|
@ -1,19 +1,12 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
|
<module version="4">
|
||||||
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_11">
|
<component name="FacetManager">
|
||||||
<output url="file://$MODULE_DIR$/target/classes" />
|
<facet type="minecraft" name="Minecraft">
|
||||||
<output-test url="file://$MODULE_DIR$/target/test-classes" />
|
<configuration>
|
||||||
<content url="file://$MODULE_DIR$">
|
<autoDetectTypes>
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
<platformType>SPIGOT</platformType>
|
||||||
<excludeFolder url="file://$MODULE_DIR$/target" />
|
</autoDetectTypes>
|
||||||
</content>
|
</configuration>
|
||||||
<orderEntry type="inheritedJdk" />
|
</facet>
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
<orderEntry type="library" scope="PROVIDED" name="Maven: org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT" level="project" />
|
|
||||||
<orderEntry type="library" scope="PROVIDED" name="Maven: commons-lang:commons-lang:2.6" level="project" />
|
|
||||||
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:guava:21.0" level="project" />
|
|
||||||
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.code.gson:gson:2.8.0" level="project" />
|
|
||||||
<orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-chat:1.13-SNAPSHOT" level="project" />
|
|
||||||
<orderEntry type="library" scope="PROVIDED" name="Maven: org.yaml:snakeyaml:1.23" level="project" />
|
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
9
pom.xml
9
pom.xml
|
@ -13,11 +13,18 @@
|
||||||
<artifactId>menuapi</artifactId>
|
<artifactId>menuapi</artifactId>
|
||||||
<version>1.1</version>
|
<version>1.1</version>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>sbdevelopment-repo</id>
|
||||||
|
<url>https://repo.sbdevelopment.tech/releases</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.14.4-R0.1-SNAPSHOT</version>
|
<version>1.20.2-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Loading…
Reference in New Issue