Skip to content

Commit 655dd1c

Browse files
committed
Compile to target 17
This should avoid the strange "NoSuchFieldError: RELEASE_17" error message in AJC. Relates to eclipse-aspectj/aspectj#269. Signed-off-by: Alexander Kriegisch <[email protected]>
1 parent b79a4ae commit 655dd1c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

org.eclipse.jdt.core/pom.xml

+2-5
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,9 @@
174174
<!-- Basic build properties -->
175175
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
176176
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
177-
<!--
178-
Eclipse JDT Core now requires Java 17 and has started using more recent source code constructs.
179-
At least for now, compiling to target 11 ist still possible.
180-
-->
177+
<!-- Eclipse JDT Core now requires Java 17 -->
181178
<maven.compiler.source>17</maven.compiler.source>
182-
<maven.compiler.target>11</maven.compiler.target>
179+
<maven.compiler.target>17</maven.compiler.target>
183180

184181
<!-- By default, deploy this public artifact -->
185182
<maven.deploy.skip>false</maven.deploy.skip>

0 commit comments

Comments
 (0)