File tree Expand file tree Collapse file tree
.github/actions/setup-environment-action Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,18 +69,18 @@ runs:
6969 tox-${{ runner.os }}-py${{ inputs.python-version == 'default' && '310' || inputs.python-version }}-${{ hashFiles('sdks/python/tox.ini') }}-
7070 tox-${{ runner.os }}-py${{ inputs.python-version == 'default' && '310' || inputs.python-version }}-
7171
72- - name : Install Java 11 fallback
72+ - name : Install Java 17 fallback
7373 if : ${{ inputs.java-version == 'default' }}
7474 uses : actions/setup-java@v4
7575 with :
7676 distribution : ' temurin'
77- java-version : ' 11 '
77+ java-version : ' 17 '
7878 - name : Install Java
7979 if : ${{ inputs.java-version != '' }}
8080 uses : actions/setup-java@v4
8181 with :
8282 distribution : ' temurin'
83- java-version : ${{ inputs.java-version == 'default' && '17 ' || inputs.java-version }}
83+ java-version : ${{ inputs.java-version == 'default' && '11 ' || inputs.java-version }}
8484 - name : Setup Gradle
8585 uses : gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
8686 with :
You can’t perform that action at this time.
0 commit comments