File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 18
18
name : main jdk17 build
19
19
20
20
on :
21
+ pull_request :
22
+ branches : [ main ]
21
23
push :
22
24
branches : [ main ]
23
25
31
33
steps :
32
34
- uses : actions/checkout@v4
33
35
- name : Set up JDK ${{ matrix.java }}
34
- uses : actions/setup-java@v1
36
+ uses : actions/setup-java@v4
35
37
with :
38
+ distribution : ' temurin'
36
39
java-version : ${{ matrix.java }}
37
40
- name : Build with Maven
38
41
run : mvn clean test install javadoc:aggregate
Original file line number Diff line number Diff line change 31
31
steps :
32
32
- uses : actions/checkout@v4
33
33
- name : Set up JDK ${{ matrix.java }}
34
- uses : actions/setup-java@v1
34
+ uses : actions/setup-java@v4
35
35
with :
36
+ distribution : ' temurin'
36
37
java-version : ${{ matrix.java }}
37
38
- name : Build with Maven
38
39
run : mvn clean test install javadoc:aggregate
Original file line number Diff line number Diff line change 31
31
steps :
32
32
- uses : actions/checkout@v4
33
33
- name : Set up JDK ${{ matrix.java }}
34
- uses : actions/setup-java@v1
34
+ uses : actions/setup-java@v4
35
35
with :
36
+ distribution : ' temurin'
36
37
java-version : ${{ matrix.java }}
37
38
- name : Build with Maven
38
39
run : mvn clean test install javadoc:aggregate
You can’t perform that action at this time.
0 commit comments