Skip to content

Commit

Permalink
Try --no-build-cache instead
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Aug 16, 2024
1 parent ce4b8f0 commit 4bb9e70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion checker/bin-devel/test-cftests-junit-jdk21.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export ORG_GRADLE_PROJECT_useJdkCompiler=21
source "$SCRIPTDIR"/clone-related.sh


./gradlew test -x javadoc -x allJavadoc --console=plain --warning-mode=all --no-configuration-cache
./gradlew test -x javadoc -x allJavadoc --console=plain --warning-mode=all --no-build-cache
2 changes: 1 addition & 1 deletion checker/bin-devel/test-cftests-junit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
source "$SCRIPTDIR"/clone-related.sh


./gradlew test -x javadoc -x allJavadoc --console=plain --warning-mode=all --no-configuration-cache
./gradlew test -x javadoc -x allJavadoc --console=plain --warning-mode=all --no-build-cache
2 changes: 1 addition & 1 deletion checker/bin-devel/test-cftests-nonjunit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
source "$SCRIPTDIR"/clone-related.sh


./gradlew nonJunitTests -x javadoc -x allJavadoc --console=plain --warning-mode=all --no-configuration-cache
./gradlew nonJunitTests -x javadoc -x allJavadoc --console=plain --warning-mode=all --no-build-cache
./gradlew publishToMavenLocal -x javadoc -x allJavadoc --console=plain --warning-mode=all
# Moved example-tests out of all tests because it fails in
# the release script because the newest maven artifacts are not published yet.
Expand Down

0 comments on commit 4bb9e70

Please sign in to comment.