Skip to content

Commit

Permalink
Revert "Fix Build scan capture Maven extension registration when usin…
Browse files Browse the repository at this point in the history
…g the Maven wrapper"

This reverts commit 66889f3.
  • Loading branch information
gsmet committed Dec 11, 2023
1 parent 788f9ac commit f7ce12b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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}}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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}}
Expand Down

0 comments on commit f7ce12b

Please sign in to comment.