Skip to content

Commit

Permalink
DEVEM-539 Updated CI to jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
todorinskiz committed Nov 29, 2023
1 parent 63e13ec commit 70936db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Test
run: ./gradlew test
- name: Upload analysis to sonarcloud
Expand All @@ -42,7 +42,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Login to CloudSmith docker registry
env:
DOCKER_USER: ${{ secrets.CLOUDSMITH_USER }}
Expand All @@ -67,7 +67,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Publish
env:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.MAVEN_CENTRAL_GPG_KEY }}
Expand Down

0 comments on commit 70936db

Please sign in to comment.