Skip to content

Commit

Permalink
chore: publish Gradle Build Scans from GitHub Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Jun 3, 2023
1 parent 6f5936b commit 9b6cddf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
testDisableCaching=${{ matrix.testDisableCaching }}
env:
_JAVA_OPTIONS: ${{ matrix.extraJvmArgs }}
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}

errorprone:
name: 'Error Prone (JDK 11)'
Expand All @@ -87,3 +88,5 @@ jobs:
job-id: errprone
multi-cache-enabled: false
arguments: --scan --no-parallel --no-daemon -PenableErrorprone classes
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}

0 comments on commit 9b6cddf

Please sign in to comment.