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:
1313
1414 steps :
1515 - uses : actions/checkout@v4
16- - name : Set up JDK 17
16+ - name : Set up JDK 21
1717 uses : actions/setup-java@v4
1818 with :
19- java-version : ' 17 '
20- distribution : ' temurin '
19+ java-version : ' 21 '
20+ distribution : ' corretto '
2121 cache : maven
2222 - name : Build with Maven
2323 run : mvn -B package --file pom.xml
Original file line number Diff line number Diff line change 1010 <name >java_stream_api</name >
1111
1212 <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>
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1616 <junit .jupiter.version>5.13.0</junit .jupiter.version>
1717 </properties >
You can’t perform that action at this time.
0 commit comments