File tree Expand file tree Collapse file tree 4 files changed +831
-5
lines changed
main/java/java_stream_api
test/java/java_stream_api Expand file tree Collapse file tree 4 files changed +831
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - name : Set up JDK 17
16
+ - name : Set up JDK 21
17
17
uses : actions/setup-java@v4
18
18
with :
19
- java-version : ' 17 '
20
- distribution : ' temurin '
19
+ java-version : ' 21 '
20
+ distribution : ' corretto '
21
21
cache : maven
22
22
- name : Build with Maven
23
23
run : mvn -B package --file pom.xml
Original file line number Diff line number Diff line change 10
10
<name >java_stream_api</name >
11
11
12
12
<properties >
13
- <maven .compiler.source>1.8 </maven .compiler.source>
14
- <maven .compiler.target>1.8 </maven .compiler.target>
13
+ <maven .compiler.source>21 </maven .compiler.source>
14
+ <maven .compiler.target>21 </maven .compiler.target>
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<junit .jupiter.version>5.13.0</junit .jupiter.version>
17
17
</properties >
You can’t perform that action at this time.
0 commit comments