You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
Copy file name to clipboardExpand all lines: exist-core/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1029,7 +1029,7 @@ The BaseX Team. The original license statement is also included below.]]></pream
1029
1029
<configuration>
1030
1030
<forceAjcCompile>true</forceAjcCompile> <!-- Required, otherwise the Aspects are not re-compiled when the src/main/java is recompiled for the test phase -->
0 commit comments