Skip to content

Commit

Permalink
Added resource build path
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaMandalorian committed Apr 18, 2023
1 parent 16add93 commit da221d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
<maven.compiler.target>17</maven.compiler.target>
</properties>

<build>
<resources>
<resource>
<directory>resources</directory>
</resource>
</resources>
</build>

<repositories>
<!-- This adds the Spigot Maven repository to the build -->
<repository>
Expand Down

0 comments on commit da221d1

Please sign in to comment.