File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Java
2020 uses : actions/setup-java@v2
2121 with :
22- java-version : ' 8 '
22+ java-version : ' 21 '
2323 distribution : ' zulu'
2424 cache : ' maven'
2525 - name : Set up CI environment
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
3939
4040 steps :
4141 - uses : actions/checkout@v2
42- - name : Set up JDK 17
42+ - name : Set up JDK 21
4343 uses : actions/setup-java@v2
4444 with :
45- java-version : ' 17 '
45+ java-version : ' 21 '
4646 distribution : ' zulu'
4747 cache : ' maven'
4848
Original file line number Diff line number Diff line change 1313 <version >0.3.5-SNAPSHOT</version >
1414
1515 <properties >
16+ <maven .compiler.source>21</maven .compiler.source>
17+ <maven .compiler.target>21</maven .compiler.target>
1618 <package-name >org.mastodon</package-name >
1719 <license .licenseName>bsd_2</license .licenseName>
1820 <license .projectName>mastodon-deep-lineage</license .projectName>
You can’t perform that action at this time.
0 commit comments