Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Nov 15, 2024
1 parent 00df619 commit 3cf927d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
rm -rf target/
- name: Build Slimefun
run: mvn -B install --errors --file pom.xml
run: mvn clean -B package --errors --file pom.xml
- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/[email protected]
- name: Delete useless files
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
<version>3.13.0</version>

<configuration>
<compilerArgument>
-proc:none
</compilerArgument>
<source>17</source>
<encoding>UTF-8</encoding>
<target>17</target>
Expand Down

0 comments on commit 3cf927d

Please sign in to comment.