From f7ce12b3d0e5bc35a6c7bd07c59e6ee07c71b5f4 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 11 Dec 2023 14:31:55 +0100 Subject: [PATCH] Revert "Fix Build scan capture Maven extension registration when using the Maven wrapper" This reverts commit 66889f36e576ff5a1c860a85208d55886ac74d6f. --- .github/workflows/ci-actions-incremental.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index 25bc005e8cda9..1cf758860b50e 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -143,7 +143,6 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Initial JDK 17 Build" - wrapper-init: true - name: Build env: CAPTURE_BUILD_SCAN: true @@ -362,7 +361,6 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "JVM Tests - JDK ${{matrix.java.name}}" - wrapper-init: true - name: Build env: CAPTURE_BUILD_SCAN: true @@ -469,7 +467,6 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Maven Tests - JDK ${{matrix.java.name}}" - wrapper-init: true - name: Build env: CAPTURE_BUILD_SCAN: true @@ -566,7 +563,6 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Gradle Tests - JDK ${{matrix.java.name}}" - wrapper-init: true - name: Build env: CAPTURE_BUILD_SCAN: true @@ -643,7 +639,6 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Devtools Tests - JDK ${{matrix.java.name}}" - wrapper-init: true - name: Build env: CAPTURE_BUILD_SCAN: true @@ -729,7 +724,6 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Kubernetes Tests - JDK ${{matrix.java.name}}" - wrapper-init: true - name: Build env: CAPTURE_BUILD_SCAN: true @@ -802,7 +796,6 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Quickstarts Compilation - JDK ${{matrix.java.name}}" - wrapper-init: true - name: Compile Quickstarts env: CAPTURE_BUILD_SCAN: true @@ -866,7 +859,6 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Native Tests - Virtual Thread - ${{matrix.category}}" - wrapper-init: true - name: Build env: TEST_MODULES: ${{matrix.test-modules}} @@ -928,7 +920,6 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "MicroProfile TCKs Tests" - wrapper-init: true - name: Verify env: CAPTURE_BUILD_SCAN: true @@ -1029,7 +1020,6 @@ jobs: with: build-scan-capture-strategy: ON_DEMAND job-name: "Native Tests - ${{matrix.category}}" - wrapper-init: true - name: Build env: TEST_MODULES: ${{matrix.test-modules}}