Explorar o código

Use JDK 11 with spring-gradle-build-action

Steve Riesenberg %!s(int64=3) %!d(string=hai) anos
pai
achega
68bdb63faf
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .github/workflows/continuous-integration-workflow.yml

+ 3 - 0
.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: