Skip to content

Commit

Permalink
Merge branch '3.2.x' into 3.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Oct 10, 2024
2 parents 7e1999f + 8a96ab4 commit cbeda27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-gradle-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
- name: Set Up Gradle
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
with:
cache-read-only: ${{ inputs.cache-read-only }}
cache-read-only: ${{ inputs.cache-read-only == 'true' }}
develocity-access-key: ${{ inputs.develocity-access-key }}
- name: Configure Gradle Properties
shell: bash
Expand Down

0 comments on commit cbeda27

Please sign in to comment.