Skip to content

Commit 68bdb63

Browse files
author
Steve Riesenberg
committed
Use JDK 11 with spring-gradle-build-action
1 parent de45964 commit 68bdb63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,9 @@ jobs:
329329
steps:
330330
- uses: actions/checkout@v2
331331
- uses: spring-io/spring-gradle-build-action@v1
332+
with:
333+
java-version: '11'
334+
distribution: 'adopt'
332335
- name: Schedule next release (if not already scheduled)
333336
run: ./gradlew scheduleNextRelease -PnextVersion=$VERSION -PgitHubAccessToken=$TOKEN
334337
notify_result:

0 commit comments

Comments
 (0)