Skip to content

Commit

Permalink
Use -e flag to force older GE plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Apr 5, 2024
1 parent 68fed6e commit 9efeaed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
-g "verify" \
-a "-Dorg.slf4j.simpleLogger.log.gradle.goal.cache=debug -B" \
-s "https://ge.solutions-team.gradle.com" \
-f 2>&1 | tee -a /tmp/build.log
-f 2>&1 | tee -a /tmp/build.log \
-e
echo "hasUnknownParams=$(grep "Build caching was not enabled for this goal execution because the following parameters were not handled" /tmp/build.log | wc -l)" >> $GITHUB_OUTPUT
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}
Expand Down

0 comments on commit 9efeaed

Please sign in to comment.