Skip to content

Commit

Permalink
Use JDK11 for publishing snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
theigl committed Jan 16, 2024
1 parent fac89b3 commit a271920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8
java-version: 11

- name: Publish SNAPSHOT version to Sonatype (we can skip tests, since we only deploy, if the build workflow succeeded)
run: mvn -v && mvn -B -P requireSnapshot --no-transfer-progress -DskipTests deploy --settings build/settings-sonatype.xml
Expand Down

0 comments on commit a271920

Please sign in to comment.