Remove server module
This commit is contained in:
parent
8fc9e0c447
commit
3a7279068a
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,6 +3,7 @@
|
|||
.idea
|
||||
testserver
|
||||
run
|
||||
galaxy/
|
||||
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
|
|
|||
6
pom.xml
6
pom.xml
|
|
@ -47,7 +47,6 @@
|
|||
|
||||
<modules>
|
||||
<module>api</module>
|
||||
<module>galaxy</module>
|
||||
<module>velocity</module>
|
||||
</modules>
|
||||
|
||||
|
|
@ -60,11 +59,6 @@
|
|||
<id>minecraft-libraries</id>
|
||||
<url>https://libraries.minecraft.net/</url>
|
||||
</repository>
|
||||
<repository> <!-- Discord/JDA -->
|
||||
<id>jcenter</id>
|
||||
<name>jcenter-bintray</name>
|
||||
<url>https://jcenter.bintray.com</url>
|
||||
</repository>
|
||||
<repository> <!-- MiniMessage -->
|
||||
<id>sonatype-oss-snapshots</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user