Use JDK 11 with spring-gradle-build-action

This commit is contained in:
Steve Riesenberg 2022-07-13 14:27:34 -05:00
parent de45964f55
commit 68bdb63faf
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 3 additions and 0 deletions

View File

@ -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: