Configure Maven to run Gradle where necessary
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user