Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DjThunder authored Dec 12, 2023
1 parent b166212 commit 0d38d4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow will:
# - compile and sign project on windows with JDK 8
# - compile and sign project on linux with JDK 17
# - run sonar on linux
# - deploy snapshot on maven

Expand All @@ -15,7 +15,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
env:
JDK_VERSION: 8
JDK_VERSION: 17

steps:
- name: Checkout
Expand All @@ -38,10 +38,10 @@ jobs:
uses: actions/setup-java@v3.11.0
with:
java-version: |
8
17
distribution: 'temurin'
mvn-toolchain-id: |
JavaSE-1.8
JavaSE-17
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
Expand Down

0 comments on commit 0d38d4d

Please sign in to comment.