Fixing the build (#63)
we are installing artifacts twice. With Maven and Gradle then. We need to change that. fixes #62
This commit is contained in:
committed by
GitHub
parent
317a25b589
commit
012eac8f3c
@@ -4,7 +4,7 @@ source common.sh || source scripts/common.sh || echo "No common.sh script found.
|
||||
|
||||
set -e
|
||||
|
||||
echo "Generating docs for Spring Cloud Contract version [$VERIFIER_VERSION]"
|
||||
echo "Generating docs for Spring Cloud Contract"
|
||||
|
||||
echo "Building main docs"
|
||||
./mvnw clean install -P docs -DskipTests=true --pl docs
|
||||
|
||||
Reference in New Issue
Block a user