From ba6fb82188ae6d9b91f7aa3808db8e559c17872b Mon Sep 17 00:00:00 2001 From: Eric Haag Date: Fri, 20 Dec 2024 12:36:14 -0600 Subject: [PATCH] Remove injection for Maven CI/Local testing --- .github/workflows/cross-platform-testing-build-from-source.yml | 2 +- .../cross-platform-testing-use-development-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cross-platform-testing-build-from-source.yml b/.github/workflows/cross-platform-testing-build-from-source.yml index 9d6d1593..719127c6 100644 --- a/.github/workflows/cross-platform-testing-build-from-source.yml +++ b/.github/workflows/cross-platform-testing-build-from-source.yml @@ -113,4 +113,4 @@ jobs: run: ./03-validate-remote-build-caching-ci-ci.sh -1 https://ge.solutions-team.gradle.com/s/sysk4hrdbkja6 -2 https://ge.solutions-team.gradle.com/s/f7yfwfxqzg5us - name: Run Maven Experiment 04 working-directory: develocity-maven-build-validation - run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/pmyw25ry3h4ao -e -s https://ge.solutions-team.gradle.com + run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/pmyw25ry3h4ao -s https://ge.solutions-team.gradle.com diff --git a/.github/workflows/cross-platform-testing-use-development-release.yml b/.github/workflows/cross-platform-testing-use-development-release.yml index fc8c5b36..377f33f6 100644 --- a/.github/workflows/cross-platform-testing-use-development-release.yml +++ b/.github/workflows/cross-platform-testing-use-development-release.yml @@ -90,4 +90,4 @@ jobs: run: ./03-validate-remote-build-caching-ci-ci.sh -1 https://ge.solutions-team.gradle.com/s/sysk4hrdbkja6 -2 https://ge.solutions-team.gradle.com/s/f7yfwfxqzg5us - name: Run Maven Experiment 04 working-directory: develocity-maven-build-validation - run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/pmyw25ry3h4ao -e -s https://ge.solutions-team.gradle.com + run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/pmyw25ry3h4ao -s https://ge.solutions-team.gradle.com