File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616 uses : actions/setup-java@v4
1717 with :
1818 distribution : temurin
19- java-version : 17
19+ java-version : 21
2020 cache : maven
2121
2222 - name : See if we have the Opencast artifacts
2323 id : exists
2424 run : |
25- if [ -d ~/.m2/repository/org/opencastproject/base/17 .0 ]
25+ if [ -d ~/.m2/repository/org/opencastproject/base/18 .0 ]
2626 then
2727 echo exists=true >> "$GITHUB_OUTPUT"
2828 else
3434 uses : actions/checkout@v4
3535 with :
3636 repository : opencast/opencast
37- ref : " 17 .0"
37+ ref : " 18 .0"
3838 path : opencast
3939
4040 - name : Potentially build Opencast
Original file line number Diff line number Diff line change 111111 <configuration >
112112 <failOnWarning >true</failOnWarning >
113113 <compilerArgument >-Xlint:all</compilerArgument >
114- <release >17 </release >
114+ <release >21 </release >
115115 </configuration >
116116 </plugin >
117117 <plugin >
Original file line number Diff line number Diff line change 6868
6969 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7070
71- <opencast .build.version>17.0</opencast .build.version>
72- <opencast .deploy.version>;version="${opencast.build.version} "</opencast .deploy.version>
71+ <opencast .version>18.0</opencast .version>
72+ <opencast .build.version>[${opencast.version} ,)</opencast .build.version>
73+ <opencast .deploy.version>;version="${opencast.version} "</opencast .deploy.version>
7374 </properties >
7475
7576 <build >
You can’t perform that action at this time.
0 commit comments