Skip to content

Commit

Permalink
CI fix for shaded eclipse dependencies
Browse files Browse the repository at this point in the history
Attempt to fix CI issues caused by shading.

See gh-148
  • Loading branch information
philwebb committed Dec 4, 2019
1 parent 4e7a0be commit a97d230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/build-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ source $(dirname $0)/common.sh
repository=$(pwd)/distribution-repository

pushd git-repo > /dev/null
run_maven clean deploy -U -Dfull -DaltDeploymentRepository=distribution::default::file://${repository}
run_maven clean install deploy -U -Dfull -DaltDeploymentRepository=distribution::default::file://${repository}
popd > /dev/null
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import javax.xml.xpath.XPathExpression;
import javax.xml.xpath.XPathFactory;

import org.eclipse.jdt.core.formatter.CodeFormatter;
import org.gradle.internal.impldep.com.google.common.base.Charsets;
import org.gradle.testkit.runner.BuildResult;
import org.gradle.testkit.runner.GradleRunner;
Expand All @@ -43,6 +42,7 @@

import io.spring.javaformat.formatter.Formatter;
import io.spring.javaformat.formatter.eclipse.Preparator;
import io.spring.javaformat.org.eclipse.jdt.core.formatter.CodeFormatter;

/**
* A {@link TestRule} for running a Gradle build using {@link GradleRunner}.
Expand Down

0 comments on commit a97d230

Please sign in to comment.