File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ cd grails-gradle
3434./gradlew build --rerun-tasks -PskipTests --no-build-cache
3535cd ..
3636./gradlew build --rerun-tasks -PskipTests --no-build-cache
37+ cd grails-forge
38+ ./gradlew build --rerun-tasks -PskipTests --no-build-cache
39+ cd ..
3740" ${SCRIPT_DIR} /generate-build-artifact-hashes.groovy" > " ${SCRIPT_DIR} /results/first.txt"
3841mkdir -p " ${SCRIPT_DIR} /results/first"
3942find . -path ./etc -prune -o -type f -path ' */build/libs/*.jar' -print0 | xargs -0 cp --parents -t " ${SCRIPT_DIR} /results/first/"
Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ cd grails-gradle
6262./gradlew publishToMavenLocal --rerun-tasks -PskipTests --no-build-cache
6363cd ..
6464./gradlew publishToMavenLocal --rerun-tasks -PskipTests --no-build-cache
65+ cd grails-forge
66+ ./gradlew publishToMavenLocal --rerun-tasks -PskipTests --no-build-cache
67+ cd ..
6568echo " Generating Checksums for Built Jars"
6669" ${SCRIPT_DIR} /generate-build-artifact-hashes.groovy" " ${DOWNLOAD_LOCATION} /grails" > " ${DOWNLOAD_LOCATION} /grails/etc/bin/results/second.txt"
6770if [ -e " ${DOWNLOAD_LOCATION} /grails/etc/bin/results/second.txt" ] && [ ! -s " ${DOWNLOAD_LOCATION} /grails/etc/bin/results/second.txt" ]; then
You can’t perform that action at this time.
0 commit comments