Skip to content

Commit

Permalink
chore: move to jitpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofbolyai committed Aug 23, 2023
1 parent d985a7f commit bf8fd01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 42 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/maven-publish.yml

This file was deleted.

5 changes: 5 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
jdk:
- openjdk11
install:
- mkdir -p ~/.m2
- mvn clean install -Dmaven.antrun.skip=true
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.wynntils</groupId>
<artifactId>antiope</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
<name>Antiope</name>

<description>Java bindings for Discord's Game SDK</description>
Expand Down Expand Up @@ -283,12 +283,4 @@
</plugin>
</plugins>
</build>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/wynntils/antiope</url>
</repository>
</distributionManagement>
</project>

0 comments on commit bf8fd01

Please sign in to comment.