Skip to content

Commit

Permalink
wrong target JDK, update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarsz committed Dec 15, 2023
1 parent 9ed0c4e commit 97baa0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 45 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/releases.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PASS: ${{ secrets.NEXUS_PASS }}
run: mvn --batch-mode --update-snapshots --settings deploy.xml clean deploy
run: mvn --batch-mode --update-snapshots --settings deploy.xml clean source:jar deploy
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<artifactId>common</artifactId>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 97baa0b

Please sign in to comment.