File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
16
16
steps :
17
17
- uses : actions/checkout@v2
18
- - name : Set up JDK 11
18
+ - name : Set up JDK 17
19
19
uses : actions/setup-java@v2
20
20
with :
21
- java-version : ' 11 '
21
+ java-version : ' 17 '
22
22
distribution : ' adopt'
23
23
24
24
- name : Build with Maven
25
- run : mvn clean install
25
+ run : mvn clean package
26
26
env :
27
27
MAVEN_OPTS : -Xmx2048m
Original file line number Diff line number Diff line change 73
73
<required .maven.version>[${minimum.maven.version} ,)</required .maven.version>
74
74
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
75
75
<project .build.resourceEncoding>UTF-8</project .build.resourceEncoding>
76
- <java .source>11 </java .source>
77
- <java .target>11 </java .target>
76
+ <java .source>17 </java .source>
77
+ <java .target>17 </java .target>
78
78
<maven .compile.encoding>UTF-8</maven .compile.encoding>
79
79
<maven .compiler.target>${java.target} </maven .compiler.target>
80
80
You can’t perform that action at this time.
0 commit comments