Skip to content

Commit a7e2a41

Browse files
committed
CI fix for shaded eclipse dependencies
Attempt to fix CI issues caused by shading. See gh-148
1 parent a97d230 commit a7e2a41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/scripts/build-project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ source $(dirname $0)/common.sh
55
repository=$(pwd)/distribution-repository
66

77
pushd git-repo > /dev/null
8-
run_maven clean install deploy -U -Dfull -DaltDeploymentRepository=distribution::default::file://${repository}
8+
run_maven clean deploy -U -Dfull -DaltDeploymentRepository=distribution::default::file://${repository}
99
popd > /dev/null

spring-javaformat-gradle/spring-javaformat-gradle-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<inherited>false</inherited>
3333
<configuration>
3434
<includeScope>compile</includeScope>
35+
<excludeTransitive>true</excludeTransitive>
3536
<outputDirectory>${project.build.directory}/dependencies/compile</outputDirectory>
3637
</configuration>
3738
</execution>

0 commit comments

Comments
 (0)