Skip to content

Commit

Permalink
move ManagedArena to extra module
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Jul 24, 2023
1 parent d81eb6f commit f577f5d
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 8 additions & 0 deletions minigamecore-extra/pom.xml
Original file line number Diff line number Diff line change
@@ -10,4 +10,12 @@
</parent>

<artifactId>minigamecore-extra</artifactId>

<dependencies>
<dependency>
<groupId>me.hsgamer</groupId>
<artifactId>minigamecore-manager</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package me.hsgamer.minigamecore.implementation.arena;
package me.hsgamer.minigamecore.extra;

import me.hsgamer.minigamecore.base.Arena;
import me.hsgamer.minigamecore.base.FeatureUnit;

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -41,8 +41,8 @@

<modules>
<module>minigamecore-base</module>
<module>minigamecore-extra</module>
<module>minigamecore-manager</module>
<module>minigamecore-extra</module>
<module>minigamecore-implementation</module>
<module>minigamecore-bukkit</module>
<module>minigamecore-bukkit-simple</module>

0 comments on commit f577f5d

Please sign in to comment.