Skip to content

Commit

Permalink
Fix sponge build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Oct 18, 2021
1 parent 8fd754d commit 1694a17
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion bungeeguard-sponge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@

<build>
<finalName>BungeeGuard-Sponge</finalName>
<resources>
<resource>
<directory>../</directory>
<filtering>false</filtering>
<includes>
<include>LICENSE.txt</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -60,7 +69,7 @@
<dependency>
<groupId>org.spongepowered</groupId>
<artifactId>spongeapi</artifactId>
<version>7.1.0</version>
<version>7.3.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 1694a17

Please sign in to comment.