Skip to content

Commit

Permalink
CI: switch Java distributions to oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed Sep 26, 2023
1 parent c76eb6a commit b732906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
distribution: 'oracle'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Build with Gradle
Expand Down

0 comments on commit b732906

Please sign in to comment.