Update build scripts

This commit is contained in:
Dave Syer
2016-07-09 12:26:25 +01:00
parent f96beb3a16
commit ac19d6fa82
5 changed files with 7 additions and 8 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,7 @@
*~
#*
*#
.#*
.classpath
.project
.settings/

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
./gradlew clean build --parallel
./mvnw install
(cd *-gradle-plugin; ./gradlew clean build --parallel)

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
./gradlew clean build install && ./scripts/runTests.sh && ./gradlew uploadArchives -x test
./mvnw deploy && (cd *-gradle-plugin; ./gradlew clean build install) && ./scripts/runTests.sh && (cd *-gradle-plugin; ./gradlew uploadArchives -x test)

View File

@@ -1,3 +0,0 @@
#!/usr/bin/env bash
./gradlew :docs:clean :docs:generateReadme --configure-on-demand

View File

@@ -1,3 +0,0 @@
#!/usr/bin/env bash
./gradlew :docs:clean :docs:publishGhPages --configure-on-demand