We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e24a3 commit 4b10c2dCopy full SHA for 4b10c2d
.github/workflows/pr-build-workflow.yml
@@ -21,7 +21,7 @@ jobs:
21
java-version: '11'
22
distribution: 'adopt'
23
- name: Build with Gradle
24
- run: ./gradlew clean build --continue --scan
+ run: ./gradlew clean build --continue
25
generate-docs:
26
name: Generate Docs
27
runs-on: ubuntu-latest
0 commit comments