Browse Source

Merge branch '5.8.x' into 6.1.x

Josh Cummings 1 year ago
parent
commit
5bfd1f59d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/pr-build-workflow.yml

+ 1 - 1
.github/workflows/pr-build-workflow.yml

@@ -21,7 +21,7 @@ jobs:
           java-version: '17'
           distribution: 'temurin'
       - name: Build with Gradle
-        run: ./gradlew clean build --continue --scan
+        run: ./gradlew clean build --continue
   generate-docs:
     name: Generate Docs
     runs-on: ubuntu-latest