Skip to content

Commit ce5e247

Browse files
committed
Merge branch '6.1.x'
2 parents ae38c88 + 2b8225f commit ce5e247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/prepare-gradle-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
with:
2525
distribution: ${{ inputs.java-early-access == 'true' && 'temurin' || 'liberica' }}
2626
java-version: |
27-
${{ inputs.java-version }}
27+
${{ inputs.java-early-access == 'true' && format('{0}-ea', inputs.java-version) || inputs.java-version }}
2828
${{ inputs.java-toolchain == 'true' && '17' || '' }}
2929
- name: Set Up Gradle
3030
uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3.5.0

0 commit comments

Comments
 (0)