mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Use JDK 11 with spring-gradle-build-action
This commit is contained in:
parent
de45964f55
commit
68bdb63faf
@ -329,6 +329,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: spring-io/spring-gradle-build-action@v1
|
- uses: spring-io/spring-gradle-build-action@v1
|
||||||
|
with:
|
||||||
|
java-version: '11'
|
||||||
|
distribution: 'adopt'
|
||||||
- name: Schedule next release (if not already scheduled)
|
- name: Schedule next release (if not already scheduled)
|
||||||
run: ./gradlew scheduleNextRelease -PnextVersion=$VERSION -PgitHubAccessToken=$TOKEN
|
run: ./gradlew scheduleNextRelease -PnextVersion=$VERSION -PgitHubAccessToken=$TOKEN
|
||||||
notify_result:
|
notify_result:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user