Skip to content

Commit

Permalink
Merge pull request #14 from OSGP/feature/FDP-1942
Browse files Browse the repository at this point in the history
FDP-1942: Update build actions
  • Loading branch information
jasperkamerling authored Feb 12, 2024
2 parents ed6be72 + e9a64df commit a07a3e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/[email protected]
uses: gradle/actions/setup-gradle@v3
with:
dependency-graph: generate-and-submit
- name: Build with Gradle
Expand Down

0 comments on commit a07a3e2

Please sign in to comment.