Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-03-10 08:45:27 +0000
committerAlexander Kurtakov2021-03-10 08:45:27 +0000
commitb15ad5a36110841f6fe99f866319181b1e9df054 (patch)
treeb2f11986908e100740946099e9a6d5bc9abb3189
parent470d52224749133f79fd959c0e4dca168da70f18 (diff)
downloadeclipse.platform.ua-b15ad5a36110841f6fe99f866319181b1e9df054.tar.gz
eclipse.platform.ua-b15ad5a36110841f6fe99f866319181b1e9df054.tar.xz
eclipse.platform.ua-b15ad5a36110841f6fe99f866319181b1e9df054.zip
Source/target java 11 in jsp compiler.I20210310-0620
Change-Id: I4a56fda188590c0dd17160226527a3fef1a4f70b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.help.webapp/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml
index bf4b57ea9..7b1f5b9e0 100644
--- a/org.eclipse.help.webapp/pom.xml
+++ b/org.eclipse.help.webapp/pom.xml
@@ -38,8 +38,8 @@
</jspc>
<webAppSourceDirectory>${basedir}</webAppSourceDirectory>
<useProvidedScope>true</useProvidedScope>
- <sourceVersion>1.8</sourceVersion>
- <targetVersion>1.8</targetVersion>
+ <sourceVersion>11</sourceVersion>
+ <targetVersion>11</targetVersion>
</configuration>
</execution>
</executions>

Back to the top