Skip to content

Commit

Permalink
Release 1.5.8.1, pom fix attempt, Jitpack release failed so this shou…
Browse files Browse the repository at this point in the history
…ld fix it
  • Loading branch information
retrooper committed Aug 17, 2020
1 parent 17e9d66 commit 6725caa
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@
<groupId>io.github.retrooper</groupId>
<artifactId>packetevents</artifactId>
<version>1.5.8</version>

<!-- You can build the project with this: "mvn clean compile assembly:single" -->
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
</build>
<packaging>jar</packaging>
<name>packetevents</name>

Expand Down

0 comments on commit 6725caa

Please sign in to comment.