We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b221e09 commit 0365bd3Copy full SHA for 0365bd3
.github/workflows/m2.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/setup-java@v4
17
with:
18
distribution: temurin
19
- java-version: 17
+ java-version: 21
20
cache: maven
21
22
- name: See if we have the Opencast artifacts
opencast-backend/pom.xml
@@ -111,7 +111,7 @@
111
<configuration>
112
<failOnWarning>true</failOnWarning>
113
<compilerArgument>-Xlint:all</compilerArgument>
114
- <release>17</release>
+ <release>21</release>
115
</configuration>
116
</plugin>
117
<plugin>
0 commit comments