Skip to content

Commit

Permalink
Test building with Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ind1go authored Nov 6, 2024
1 parent 52de629 commit edacf91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: '21'
distribution: 'temurin'
cache: gradle

Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:

- name: Build Gradle Multipart Sample
working-directory: ./samples/gradle-multipart-sample
run: ./gradlew build -PcicsUser=user -PcicsPass=pass --no-daemon --info --stacktrace --include-build ../..
run: ./gradlew build -PcicsUser=user -PcicsPass=pass --no-daemon --info --stacktrace --include-build ../..

0 comments on commit edacf91

Please sign in to comment.