Turn Off Build Scans

Currently, --scan is preventing PR builds from completing.

Issue gh-15120
This commit is contained in:
Josh Cummings 2024-05-20 16:20:43 -06:00
parent 63e24a3026
commit 4b10c2daac
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 1 deletions

View File

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