Skip to content

Commit d94e219

Browse files
committed
[bugfix] AspectJ seems to have problems with generating code for Java 17
1 parent 2654026 commit d94e219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exist-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
10271027
<configuration>
10281028
<forceAjcCompile>true</forceAjcCompile> <!-- Required, otherwise the Aspects are not re-compiled when the src/main/java is recompiled for the test phase -->
10291029
<showWeaveInfo>true</showWeaveInfo>
1030-
<complianceLevel>${project.build.source}</complianceLevel>
1030+
<complianceLevel>8</complianceLevel>
10311031
<source>${project.build.source}</source>
10321032
<target>${project.build.target}</target>
10331033
<!-- sources>

0 commit comments

Comments
 (0)