Skip to content

Commit

Permalink
update snapshot publishing job
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Jul 1, 2023
1 parent 4305a7c commit 95ca0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:
steps:
- name: 'Check out repository'
uses: actions/checkout@v3
- name: 'Set up JDK 8'
- name: 'Set up JDK 11'
uses: actions/setup-java@v3
with:
java-version: 8
java-version: 11
distribution: 'temurin'
- name: 'Publish'
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 95ca0e9

Please sign in to comment.