Skip to content

Commit a8ce42c

Browse files
committed
[bugfix] Don't try and download javapoet-root in CI as it is an optional dependency
1 parent 004d5dc commit a8ce42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ commands:
201201
environment:
202202
PARAM_DEP_PLUGIN_VER: << parameters.dependency_plugin_version >>
203203
working_directory: << parameters.app_src_directory >>
204-
command: "$MAVEN_BIN -V -T2C org.apache.maven.plugins:maven-dependency-plugin:$PARAM_DEP_PLUGIN_VER:go-offline"
204+
command: "$MAVEN_BIN -V -T2C org.apache.maven.plugins:maven-dependency-plugin:$PARAM_DEP_PLUGIN_VER:go-offline -DexcludeArtifactIds=javapoet-root"
205205
- steps: << parameters.steps >>
206206

207207
- when:

0 commit comments

Comments
 (0)