From 77bafa37711565c62027bc6439247afd97207179 Mon Sep 17 00:00:00 2001 From: Alex Nordlund Date: Tue, 12 Nov 2024 11:33:39 +0100 Subject: [PATCH] Remove --scan from build parameters This makes the settings.gradle.kts the only source of plugins configuring develocity/gradle enterprise --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55884ca8..9d2e807a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}