We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfdf6e0 commit a5edcbaCopy full SHA for a5edcba
.github/workflows/pr-build-workflow.yml
@@ -2,9 +2,6 @@ name: PR Build
2
3
on: pull_request
4
5
-env:
6
- DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
7
-
8
permissions:
9
contents: read
10
@@ -21,7 +18,7 @@ jobs:
21
18
java-version: '17'
22
19
distribution: 'temurin'
23
20
- name: Build with Gradle
24
- run: ./gradlew clean build -PskipCheckExpectedBranchVersion --continue
+ run: ./gradlew clean build -PskipCheckExpectedBranchVersion --continue --scan
25
generate-docs:
26
name: Generate Docs
27
runs-on: ubuntu-latest
0 commit comments