Skip to content

Commit

Permalink
v3 4
Browse files Browse the repository at this point in the history
  • Loading branch information
AceKiron committed Jun 26, 2024
1 parent ea80241 commit 460afa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- run: mvn package

- name: Upload JAR as artifact
uses: actions/upload-artifact@v4
with:
name: pronounmc-jar
path: ./target/pronounmc-*.jar
- run: mvn package
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>16</source>
<target>16</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 460afa3

Please sign in to comment.