Skip to content

Commit 77bafa3

Browse files
committed
Remove --scan from build parameters
This makes the settings.gradle.kts the only source of plugins configuring develocity/gradle enterprise
1 parent 3bc1a1e commit 77bafa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
cache-read-only: ${{ github.event_name == 'pull_request' }}
3030
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
3131
- name: Build
32-
run: ./gradlew --scan "-Pcom.github.gradle.node.predictivetestselection=${{ github.event_name == 'pull_request' }}" ${{ matrix.config.params }}
32+
run: ./gradlew "-Pcom.github.gradle.node.predictivetestselection=${{ github.event_name == 'pull_request' }}" ${{ matrix.config.params }}
3333

0 commit comments

Comments
 (0)