Tuesday, October 9, 2018

Re: New Gradle plugin for GWT available

Has something gone wrong with the plugin? Yesterday I was able to install and use it. Today, on a different machine, I check out my project, and the plugin cannot be found (see below). The line #18 in question is id 'de.esoco.gwt' version '1.0.2', just as it says on the GitHub page. My gradlew run Gradle 4.10.2.

$ ./gradlew clean

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/thad/experimental/webgwt282/build.gradle' line: 18

* What went wrong:
Error resolving plugin [id: 'de.esoco.gwt', version: '1.0.2']
> Could not resolve all dependencies for configuration 'detachedConfiguration1'.
   > Could not determine artifacts for de.esoco.gwt:de.esoco.gwt.gradle.plugin:1.0.2
      > Could not get resource 'https://plugins.gradle.org/m2/de/esoco/gwt/de.esoco.gwt.gradle.plugin/1.0.2/de.esoco.gwt.gradle.plugin-1.0.2.jar'.
         > Could not HEAD 'https://plugins.gradle.org/m2/de/esoco/gwt/de.esoco.gwt.gradle.plugin/1.0.2/de.esoco.gwt.gradle.plugin-1.0.2.jar'.
            > Read timed out

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 31s


On Tuesday, September 18, 2018 at 4:00:06 AM UTC-4, esoco GmbH wrote:
Because both existing Gradle plugins for GWT are no longer maintained I forked the most recent of these (previously known as putnami-gradle-plugin) and released the most recent code with a few improvements. The new plugin also supports the current GWT Eclipse plugin so that it can be used together with the Gradle eclipse plugin. The new plugin is available on GitHub:


The most recent version is 1.0.2, released yesterday. Although the names are identical the new plugin should not be confused with the older and even longer unmaintained gwt-gradle-plugin by Steffen Schaefer on GitHub. The configuration syntax is inherited from the more recent Putnami plugin, only have the plugin and task names been changed to the more appropriate gwt. Please check the GitHub page for details.

Feedback and contributions are welcome.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment