Skip to content

Commit

Permalink
新增pom
Browse files Browse the repository at this point in the history
  • Loading branch information
SoHugePenguin committed Nov 4, 2022
1 parent cc462b2 commit e9d3ebe
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>cn.coolloong.amethyst_equipment</groupId>
<artifactId>AmethystEquipment</artifactId>
<version>1.1-SNAPSHOT</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>cn.powernukkitx</groupId>
<artifactId>powernukkitx</artifactId>
<version>1.19.40-r2</version>
<scope>system</scope>
<systemPath>"F:\server_test\powernukkitx-1.19.40-r2-dev-only.jar"</systemPath>
</dependency>
</dependencies>
</project>

0 comments on commit e9d3ebe

Please sign in to comment.