Update build scripts
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,3 +1,7 @@
|
||||
*~
|
||||
#*
|
||||
*#
|
||||
.#*
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
|
||||
3
build.sh
3
build.sh
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
./gradlew clean build --parallel
|
||||
./mvnw install
|
||||
(cd *-gradle-plugin; ./gradlew clean build --parallel)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
./gradlew :docs:clean :docs:generateReadme --configure-on-demand
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
./gradlew :docs:clean :docs:publishGhPages --configure-on-demand
|
||||
Reference in New Issue
Block a user