It seems that the deployed dependency is inconsistent.
The pom.xml says "elemental-experimental" with version "2016-06-30".
But the dependency is available as "elemental2-experimental" with version 
"16-06-30".
So gradle is not able to resolve the dependency.

Warning:project ':frontend': Web Facets/Artifacts will not be configured 
properly
Details: org.gradle.api.artifacts.ResolveException: Could not resolve all 
dependencies for configuration ':frontend:runtime'.
Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could 
not resolve com.google.gwt:elemental2-experimental:16-06-30.
Required by:
    itdidea:frontend:unspecified
Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could 
not resolve com.google.gwt:elemental2-experimental:16-06-30.
Caused by: 
org.gradle.api.internal.artifacts.ivyservice.ivyresolve.parser.MetaDataParseException:
 
inconsistent module metadata found. Descriptor: 
com.google.gwt:elemental-experimental:2016-06-29 Errors: bad module name: 
expected='elemental2-experimental' found='elemental-experimental'
bad version: expected='16-06-30' found='2016-06-29'

- Jakob

On Thursday, June 30, 2016 at 2:23:51 AM UTC+2, Julien Dramaix wrote:
>
> A new experimental version of Elemental2 using the new JsInterop 
> specification has been pushed on Sonatype today.
>
> You can try it by downloading the jar file 
> <https://oss.sonatype.org/service/local/repositories/google-releases/content/com/google/gwt/elemental2-experimental/16-06-30/elemental2-experimental-16-06-30.jar>
>  
> or adding this following maven dependency:
>
> <dependency>
>
>  <groupId>com.google.gwt</groupId>
>
>  <artifactId>elemental2-experimental</artifactId>
>
>  <version>16-06-30</version>
>
> </dependency>
>
> Then, inherits the elemental2 module:
>
> <inherits name="elemental2" />
>
> This experimental version works only with the last 2.8-snapshot release of 
> GWT.
>
> The goal of this release is to get feedback so don’t hesitate to report 
> any bugs, issues, concerns you have on this mailing list.
>
>
> Important note: This is an experimental release and without doubt the 
> future updates until the final release are going to break code!  
>
> - Julien
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/8885fb13-72ee-4e0e-a93e-f28db15dd5f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to