Configure Maven to run Gradle where necessary

This commit is contained in:
Dave Syer
2016-07-28 12:51:22 +01:00
parent ad889ee6d2
commit 71b16eac86
14 changed files with 243 additions and 53 deletions

View File

@@ -4,4 +4,4 @@ source common.sh || source scripts/common.sh || echo "No common.sh script found.
set -e
./mvnw clean install && (cd *-gradle-plugin; ./gradlew clean build install) && ./scripts/runTests.sh && ./mvnw deploy && (cd *-gradle-plugin; ./gradlew uploadArchives -x test)
./mvnw clean install && ./scripts/runTests.sh && ./mvnw deploy