Skip to content

Commit 0365bd3

Browse files
Raise Java version
1 parent b221e09 commit 0365bd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/m2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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

opencast-backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
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>

0 commit comments

Comments
 (0)