From 68bdb63fafeffbde18ec62e5c8ab4d03ba59d83a Mon Sep 17 00:00:00 2001 From: Steve Riesenberg Date: Wed, 13 Jul 2022 14:27:34 -0500 Subject: [PATCH] Use JDK 11 with spring-gradle-build-action --- .github/workflows/continuous-integration-workflow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 1ece3f71e7..ca79130b4a 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -329,6 +329,9 @@ jobs: steps: - uses: actions/checkout@v2 - uses: spring-io/spring-gradle-build-action@v1 + with: + java-version: '11' + distribution: 'adopt' - name: Schedule next release (if not already scheduled) run: ./gradlew scheduleNextRelease -PnextVersion=$VERSION -PgitHubAccessToken=$TOKEN notify_result: