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
Following the setup instructions of the library and including below snippet under <build>section, Lambda is working with runtime Java 11. Tried with Java 10, 12 and 13 as well.
Execution default of goal org.codehaus.mojo:aspectj-maven-plugin:1.11:compile failed:
Plugin org.codehaus.mojo:aspectj-maven-plugin:1.11 or one of its dependencies could not be resolved:
Could not find artifact com.sun:tools:jar:13.0.2 at specified path /Library/../lib/tools.jar
Expected Behavior
Build should succeed and able to use the library utilities
Current Behavior
Build fails with below logs:
Execution default of goal org.codehaus.mojo:aspectj-maven-plugin:1.11:compile failed:
Plugin org.codehaus.mojo:aspectj-maven-plugin:1.11 or one of its dependencies could not be resolved:
Could not find artifact com.sun:tools:jar:13.0.2 at specified path /Library/../lib/tools.jar
Possible Solution
There is a bug report on official version of aspectj-maven-plugin which makes plugin incompatible with these java version.
Suggested workaround for now is to use below plugin as discussed in this issue until plugin is patched.
Following the setup instructions of the library and including below snippet under
<build>
section, Lambda is working with runtime Java 11. Tried with Java 10, 12 and 13 as well.Build fails with below logs:
Expected Behavior
Build should succeed and able to use the library utilities
Current Behavior
Build fails with below logs:
Possible Solution
There is a bug report on official version of
aspectj-maven-plugin
which makes plugin incompatible with these java version.Suggested workaround for now is to use below plugin as discussed in this issue until plugin is patched.
Steps to Reproduce (for bugs)
Environment
The text was updated successfully, but these errors were encountered: