Browse Source

Use spring-gradle-build-action@v2

We also need to use -Porg.gradle.java.installations.auto-detect=false so some of
the Gradle versions don't get xerces ClassCastExceptions.

Closes gh-12568
Rob Winch 2 years ago
parent
commit
d9bb586257
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/deploy-docs.yml

+ 1 - 1
.github/workflows/deploy-docs.yml

@@ -21,7 +21,7 @@ jobs:
       with:
       with:
         fetch-depth: 5
         fetch-depth: 5
     - name: Set Up Gradle
     - name: Set Up Gradle
-      uses: spring-io/spring-gradle-build-action@v1
+      uses: spring-io/spring-gradle-build-action@v2
       with:
       with:
         java-version: '17'
         java-version: '17'
         distribution: temurin
         distribution: temurin