Skip to content

Commit 0fe4733

Browse files
committed
Build jsps to Java 17 bytecode
As the webapp is already at Java 17 there is no point in targetting older bytecode for jsps.
1 parent 33361a0 commit 0fe4733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ua/org.eclipse.help.webapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
</jspc>
3939
<webAppSourceDirectory>${basedir}</webAppSourceDirectory>
4040
<useProvidedScope>true</useProvidedScope>
41-
<sourceVersion>11</sourceVersion>
42-
<targetVersion>11</targetVersion>
41+
<sourceVersion>17</sourceVersion>
42+
<targetVersion>17</targetVersion>
4343
</configuration>
4444
</execution>
4545
</executions>

0 commit comments

Comments
 (0)