Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lRENyaaa committed Mar 16, 2024
1 parent db060ee commit 9849b4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Binary file added libs/BigDoors.jar
Binary file not shown.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.bekvon</groupId>
<artifactId>Residence</artifactId>
<version>5.1.4.0</version>
<version>5.1.4.3</version>
<packaging>jar</packaging>

<name>Residence</name>
Expand Down Expand Up @@ -207,8 +207,13 @@
<scope>system</scope>
<systemPath>${project.basedir}/libs/bPermissions-Bukkit-2.12.4-all.jar</systemPath>
</dependency>

<dependency>
<groupId>nl.pim16aap2</groupId>
<artifactId>BigDoors</artifactId>
<version>0.1.8.43</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/BigDoors.jar</systemPath>
</dependency>
</dependencies>


</project>

0 comments on commit 9849b4e

Please sign in to comment.