Skip to content

Commit

Permalink
Fix Build
Browse files Browse the repository at this point in the history
  • Loading branch information
lRENyaaa committed May 11, 2024
1 parent 70f817b commit 791427d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

For maintenance purposes, this fork provides a converter for you to convert between Ant and Maven.
You can use converter.bat or converter.sh to do the conversion.
**Before compiling you need to make sure that this has been converted to Maven, otherwise you will get an empty jar file**

# Residence

Expand Down
Binary file removed libs/CMILib1.4.1.0.jar
Binary file not shown.
Binary file added libs/CMILib1.4.7.8.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.20.1-R0.1-SNAPSHOT</version>
<version>1.20.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -142,9 +142,9 @@
<dependency>
<groupId>com.Zirps</groupId>
<artifactId>CMILib</artifactId>
<version>1.4.1.0</version>
<version>1.4.7.8</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/CMILib1.4.1.0.jar</systemPath>
<systemPath>${project.basedir}/libs/CMILib1.4.7.8.jar</systemPath>
</dependency>
<dependency>
<groupId>org.kingdoms</groupId>
Expand Down

1 comment on commit 791427d

@HaHaWTH
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!👍🏻

Please sign in to comment.