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
After releasing 1.0.20, starting with an empty .m2 repository produces the following exception:
Failed to execute goal com.gluonhq:gluonfx-maven-plugin:1.0.20:compile (default-cli) on project hellogluon: Execution default-cli of goal com.gluonhq:gluonfx-maven-plugin:1.0.20:compile failed: An API incompatibility was encountered while executing com.gluonhq:gluonfx-maven-plugin:1.0.20:compile: java.lang.NoSuchMethodError: 'java.util.List org.eclipse.aether.spi.connector.layout.RepositoryLayout.getChecksumAlgorithmFactories()'
...
Caused by: java.lang.NoSuchMethodError: 'java.util.List org.eclipse.aether.spi.connector.layout.RepositoryLayout.getChecksumAlgorithmFactories()'
at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:189)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:514)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:402)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:229)
at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifacts (DefaultRepositorySystem.java:270)
at com.gluonhq.utils.MavenArtifactResolver.resolve (MavenArtifactResolver.java:201)
at com.gluonhq.utils.MavenArtifactResolver.resolve (MavenArtifactResolver.java:182)
at com.gluonhq.attach.AttachArtifactResolver.lambda$findArtifactsForTarget$2 (AttachArtifactResolver.java:72)
The text was updated successfully, but these errors were encountered:
Is the reason we can't use maven 3.9.0 or newer? If so, can you create an issue to track supporting newer versions of maven in the future so we have something to watch?
After releasing 1.0.20, starting with an empty .m2 repository produces the following exception:
The text was updated successfully, but these errors were encountered: