Skip to content

Commit

Permalink
Merge pull request #5266 from bjhargrave/rebuild-builddeps
Browse files Browse the repository at this point in the history
ci: Display build dependencies for rebuild-build
  • Loading branch information
bjhargrave committed May 25, 2022
2 parents 79aa1be + 4ea5657 commit c621f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/rebuild-build.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -ev
./gradlew --no-daemon --version
./gradlew --no-daemon -Dmaven.repo.local=dist/m2 :publish
./gradlew --no-daemon -Dmaven.repo.local=dist/m2 :buildscriptDependencies :publish
./gradlew --no-daemon -Dmaven.repo.local=dist/m2 --warning-mode=fail :gradle-plugins:build
./gradlew --no-daemon -Dmaven.repo.local=dist/m2 :gradle-plugins:publish

0 comments on commit c621f12

Please sign in to comment.