File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
actions/build-and-publish Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 99 required : false
1010 default : ' liberica'
1111 description : ' The Java distribution to use for the build'
12+ java-early-access :
13+ description : ' Whether the Java version is in early access'
14+ required : false
15+ default : ' false'
1216 java-toolchain :
1317 required : false
1418 default : ' false'
3640 develocity-access-key : ${{ inputs.develocity-access-key }}
3741 java-version : ${{ inputs.java-version }}
3842 java-distribution : ${{ inputs.java-distribution }}
43+ java-early-access : ${{ inputs.java-early-access }}
3944 java-toolchain : ${{ inputs.java-toolchain }}
4045 - name : Build
4146 id : build
Original file line number Diff line number Diff line change 1818 - id : ubuntu-latest
1919 name : Linux
2020 java :
21+ - version : 17
22+ toolchain : true
2123 - version : 21
2224 toolchain : true
23- - version : 22
25+ - version : 25
26+ early-access : true
2427 toolchain : true
2528 steps :
2629 - name : Check Out Code
2932 id : build
3033 uses : ./.github/actions/build-and-publish
3134 with :
35+ publish : false
3236 java-version : ${{ matrix.java.version }}
37+ java-early-access : ${{ matrix.java.early-access || 'false' }}
3338 java-distribution : ${{ matrix.java.distribution || 'liberica' }}
3439 java-toolchain : ${{ matrix.java.toolchain }}
3540 develocity-access-key : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments