File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
30
30
31
31
steps :
32
32
- uses : actions/checkout@v2
33
- - name : Set up JDK 11
33
+ - name : Set up JDK 17
34
34
uses : actions/setup-java@v2
35
35
with :
36
- java-version : ' 11 '
36
+ java-version : ' 17 '
37
37
distribution : ' adopt'
38
38
cache : maven
39
39
- name : Test with Maven
Original file line number Diff line number Diff line change 151
151
</executions >
152
152
</plugin >
153
153
154
+ <!-- Configure the compiler. -->
155
+ <plugin >
156
+ <groupId >org.apache.maven.plugins</groupId >
157
+ <artifactId >maven-compiler-plugin</artifactId >
158
+ <version >3.13.0</version >
159
+ </plugin >
160
+
154
161
<!-- Configure the jar with the binaries and test binaries. -->
155
162
<plugin >
156
163
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments