Skip to content

Commit

Permalink
Depend on JDT Core 1.9.21.1-SNAPSHOT
Browse files Browse the repository at this point in the history
The new version is compiled to target 17. This should avoid the strange
"NoSuchFieldError: RELEASE_17" error message in AJC.

Closes #269.

Signed-off-by: Alexander Kriegisch <[email protected]>
  • Loading branch information
kriegaex committed Dec 15, 2023
1 parent 0bece5e commit 9b77839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.javadoc.skip>true</maven.javadoc.skip>

<!-- Dependency versions -->
<jdt.core.version>1.9.21.RC1</jdt.core.version>
<jdt.core.version>1.9.21.1-SNAPSHOT</jdt.core.version>
<asm.version>9.6</asm.version>
<lib.ant.version>1.6.3</lib.ant.version>
<lib.ant.xerces.version>2.6.2</lib.ant.xerces.version>
Expand Down

0 comments on commit 9b77839

Please sign in to comment.