GWT Snapshots have a wrong transitive dependency to jsinterop. As workaround, you can use the 2.8.0-rc2 version of GWT, in the wave/build.gradle
[group: "com.google.gwt", name: "gwt-dev", version: "2.8.0-rc2"], // [?, ?] [group: "com.google.gwt", name: "gwt-user", version: "2.8.0-rc2"], // [?, ?] [group: "com.google.gwt", name: "gwt-codeserver", version: "2.8.0-rc2"], // [?, ?] 2016-09-08 10:56 GMT+02:00 Ian Dunlop <ianwdun...@gmail.com>: > Hello, > > Tried building latest master but failed when finding jsinterop dependency. > Seems that jsinterop 1.0.0-SNAPSHOT is not available. I had a look in > https://oss.sonatype.org/content/repositories/google-snapshots/com/google/ > jsinterop/jsinterop/ > and 1.0.0.j7-SNAPSHOT is there but no 1.0.0. > Any ideas? > Stack trace for info: > > > Could not resolve com.google.gwt:gwt-dev:2.8.0-SNAPSHOT. > > Could not parse POM > https://oss.sonatype.org/content/repositories/google- > snapshots/com/google/gwt/gwt-dev/2.8.0-SNAPSHOT/gwt-dev-2. > 8.0-20160908.055359-341.pom > > Could not resolve com.google.gwt:gwt:2.8.0-SNAPSHOT. > > Could not resolve com.google.gwt:gwt:2.8.0-SNAPSHOT. > > Could not parse POM > https://oss.sonatype.org/content/repositories/google- > snapshots/com/google/gwt/gwt/2.8.0-SNAPSHOT/gwt-2.8.0- > 20160908.055357-342.pom > > Could not find > com.google.jsinterop:jsinterop:1.0.0-SNAPSHOT. > Searched in the following locations: > > https://repo1.maven.org/maven2/com/google/jsinterop/ > jsinterop/1.0.0-SNAPSHOT/maven-metadata.xml > > https://repo1.maven.org/maven2/com/google/jsinterop/ > jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.pom > > https://repo1.maven.org/maven2/com/google/jsinterop/ > jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.jar > > http://archiva.comunes.org/repository/comunes-snapshots/ > com/google/jsinterop/jsinterop/1.0.0-SNAPSHOT/maven-metadata.xml > > http://archiva.comunes.org/repository/comunes-snapshots/ > com/google/jsinterop/jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.pom > > http://archiva.comunes.org/repository/comunes-snapshots/ > com/google/jsinterop/jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.jar > > https://oauth.googlecode.com/svn/code/maven/com/google/ > jsinterop/jsinterop/1.0.0-SNAPSHOT/maven-metadata.xml > > https://oauth.googlecode.com/svn/code/maven/com/google/ > jsinterop/jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.pom > > https://oauth.googlecode.com/svn/code/maven/com/google/ > jsinterop/jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.jar > > https://oss.sonatype.org/content/repositories/google-snapshots/com/google/ > jsinterop/jsinterop/1.0.0-SNAPSHOT/maven-metadata.xml > > https://oss.sonatype.org/content/repositories/google-snapshots/com/google/ > jsinterop/jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.pom > > https://oss.sonatype.org/content/repositories/google-snapshots/com/google/ > jsinterop/jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.jar > > Could not resolve com.google.gwt:gwt-user:2.8.0-SNAPSHOT. > > Cheers, > > Ian >