Skip to content

Commit

Permalink
Setup JDK 7
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscrm committed Sep 18, 2023
1 parent d7ff965 commit f393513
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: Set up JDK 7
uses: actions/setup-java@v3
with:
java-version: '7'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
Expand Down

0 comments on commit f393513

Please sign in to comment.