This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 3dc2357f74327e0c998fd4ceca24d1e39ef44ac3 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Jun 24 15:27:32 2022 +0100 Try to exclude problematic devtools/gradle module --- .github/workflows/ci-build.yaml | 2 +- .github/workflows/quarkus-master-cron.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 4d46d14d74..b3e162c9ee 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -84,7 +84,7 @@ jobs: git clone --depth 1 --branch main https://github.com/quarkusio/quarkus.git \ && cd quarkus \ && echo "Current Quarkus commit:" $(git rev-parse HEAD) \ - && ./mvnw ${MAVEN_ARGS} clean install -Dquickly + && ./mvnw ${MAVEN_ARGS} clean install -Dquickly -Dimpsort.skip -Dformatter.skip -Dexec.skip -T1C - name: Checkout uses: actions/checkout@v2 - name: mvn clean install -DskipTests diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml index 8030729f19..9e8328474a 100644 --- a/.github/workflows/quarkus-master-cron.yaml +++ b/.github/workflows/quarkus-master-cron.yaml @@ -75,7 +75,7 @@ jobs: git clone --depth 1 --branch main https://github.com/quarkusio/quarkus.git \ && cd quarkus \ && echo "Current Quarkus commit:" $(git rev-parse HEAD) \ - && ./mvnw ${MAVEN_ARGS} clean install -Dquickly + && ./mvnw ${MAVEN_ARGS} clean install -Dquickly -Dimpsort.skip -Dformatter.skip -Dexec.skip -T1C - name: Build Camel Quarkus run: | ./mvnw ${MAVEN_ARGS} clean install -Dquarkus.version=999-SNAPSHOT -pl '!docs' --fail-at-end