Skip to content

Commit

Permalink
Remove --scan from build parameters
Browse files Browse the repository at this point in the history
This makes the settings.gradle.kts the only source of plugins
configuring develocity/gradle enterprise
  • Loading branch information
deepy committed Nov 12, 2024
1 parent 3bc1a1e commit 77bafa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
cache-read-only: ${{ github.event_name == 'pull_request' }}
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
- name: Build
run: ./gradlew --scan "-Pcom.github.gradle.node.predictivetestselection=${{ github.event_name == 'pull_request' }}" ${{ matrix.config.params }}
run: ./gradlew "-Pcom.github.gradle.node.predictivetestselection=${{ github.event_name == 'pull_request' }}" ${{ matrix.config.params }}

0 comments on commit 77bafa3

Please sign in to comment.