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 9
9
required : false
10
10
default : ' liberica'
11
11
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'
12
16
java-toolchain :
13
17
required : false
14
18
default : ' false'
36
40
develocity-access-key : ${{ inputs.develocity-access-key }}
37
41
java-version : ${{ inputs.java-version }}
38
42
java-distribution : ${{ inputs.java-distribution }}
43
+ java-early-access : ${{ inputs.java-early-access }}
39
44
java-toolchain : ${{ inputs.java-toolchain }}
40
45
- name : Build
41
46
id : build
Original file line number Diff line number Diff line change 18
18
- id : ubuntu-latest
19
19
name : Linux
20
20
java :
21
+ - version : 17
22
+ toolchain : true
21
23
- version : 21
22
24
toolchain : true
23
- - version : 22
25
+ - version : 25
26
+ early-access : true
24
27
toolchain : true
25
28
steps :
26
29
- name : Check Out Code
29
32
id : build
30
33
uses : ./.github/actions/build-and-publish
31
34
with :
35
+ publish : false
32
36
java-version : ${{ matrix.java.version }}
37
+ java-early-access : ${{ matrix.java.early-access || 'false' }}
33
38
java-distribution : ${{ matrix.java.distribution || 'liberica' }}
34
39
java-toolchain : ${{ matrix.java.toolchain }}
35
40
develocity-access-key : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments