Skip to content

Commit 3d4c569

Browse files
committed
[bugfix] Removing <complianceLevel>8</complianceLevel> in the aspectj-mavem-plugin causes builds in IntelliJ to fail. This can be resolved by going to Module Settings -> Facets -> AspectJ (exist-core), and selecting "Post-compile weave mode", and then rebuilding the project in Intellij.
1 parent 143a77a commit 3d4c569

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
@@ -1029,7 +1029,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
10291029
<configuration>
10301030
<forceAjcCompile>true</forceAjcCompile> <!-- Required, otherwise the Aspects are not re-compiled when the src/main/java is recompiled for the test phase -->
10311031
<showWeaveInfo>true</showWeaveInfo>
1032-
<complianceLevel>8</complianceLevel>
1032+
<complianceLevel>${project.build.source}</complianceLevel>
10331033
<source>${project.build.source}</source>
10341034
<target>${project.build.target}</target>
10351035
<!-- sources>

0 commit comments

Comments
 (0)