From a8ce42c017f7221377217104c1258d842fb8a44c Mon Sep 17 00:00:00 2001 From: Adam Retter Date: Tue, 2 Sep 2025 20:09:10 +0200 Subject: [PATCH] [bugfix] Don't try and download javapoet-root in CI as it is an optional dependency --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 41b7465da5..ee9d527e8a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -201,7 +201,7 @@ commands: environment: PARAM_DEP_PLUGIN_VER: << parameters.dependency_plugin_version >> working_directory: << parameters.app_src_directory >> - command: "$MAVEN_BIN -V -T2C org.apache.maven.plugins:maven-dependency-plugin:$PARAM_DEP_PLUGIN_VER:go-offline" + command: "$MAVEN_BIN -V -T2C org.apache.maven.plugins:maven-dependency-plugin:$PARAM_DEP_PLUGIN_VER:go-offline -DexcludeArtifactIds=javapoet-root" - steps: << parameters.steps >> - when: