File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@v3
33
33
- uses : actions/setup-java@v3
34
34
with :
35
- distribution : adopt
36
- java-version : ' 8 '
35
+ distribution : temurin
36
+ java-version : ' 11 '
37
37
cache : maven
38
38
- name : Compile with Maven
39
39
run : mvn compile -ntp
45
45
- uses : actions/checkout@v3
46
46
- uses : actions/setup-java@v3
47
47
with :
48
- distribution : adopt
49
- java-version : ' 8 '
48
+ distribution : temurin
49
+ java-version : ' 11 '
50
50
cache : maven
51
51
- name : Test with Maven
52
52
run : mvn test -ntp
71
71
- uses : actions/checkout@v3
72
72
- uses : actions/setup-java@v3
73
73
with :
74
- distribution : adopt
75
- java-version : ' 8 '
74
+ distribution : temurin
75
+ java-version : ' 11 '
76
76
cache : maven
77
77
- name : Build with Maven
78
78
run : mvn install -ntp
@@ -102,8 +102,8 @@ jobs:
102
102
- uses : actions/checkout@v3
103
103
- uses : actions/setup-java@v3
104
104
with :
105
- distribution : adopt
106
- java-version : ' 8 '
105
+ distribution : temurin
106
+ java-version : ' 11 '
107
107
cache : maven
108
108
server-id : ossrh
109
109
server-username : MAVEN_USERNAME
@@ -140,8 +140,8 @@ jobs:
140
140
- uses : actions/checkout@v3
141
141
- uses : actions/setup-java@v3
142
142
with :
143
- distribution : adopt
144
- java-version : ' 8 '
143
+ distribution : temurin
144
+ java-version : ' 11 '
145
145
cache : maven
146
146
server-id : ossrh
147
147
server-username : MAVEN_USERNAME
You can’t perform that action at this time.
0 commit comments