gwt-gradle-plugin
gwt-gradle-plugin copied to clipboard
Gradle plugin to support GWT related tasks.
When specifying gwtSdk as: ``` gwtSdk 'org.gwtproject:gwt-user:2.10.0' gwtSdk 'org.gwtproject:gwt-dev:2.10.0' ``` The htmlunit dependency chain is not handled properly when depending on projects such as gwt-material resulting in an incorrect version...
17:39:32 Loading inherited module 'com.google.gwt.user.User' 17:39:32 Loading inherited module 'com.google.gwt.event.Event' 17:39:32 Loading inherited module 'com.google.gwt.dom.DOM' 17:39:32 Loading inherited module 'com.google.gwt.safehtml.SafeHtml' 17:39:32 Loading inherited module 'com.google.gwt.http.HTTP' 17:39:32 Loading inherited module 'com.google.gwt.user.Timer'...
It seems impossible to enable jsInteropExport together with Draft mode (not sure if it is a limitation also of the GWT compiler). Options for jsInteropExports can be set only in...
We recently upgraded our environments to the latest Eclipse release (2021 03) and Gradle (7.1), and are using GWT 2.8.1 with the GWT plugin 3.0. The end result has several...
Need to review the latest "GWT Compiler Options" section on this page: http://www.gwtproject.org/doc/latest/DevGuideCompilingAndDebugging.html
I was playing around with [the example-library project](https://github.com/jiakuan/gwt-gradle-plugin/tree/master/examples/library), and I was unable to make gwt-base work when applying it the new way, i.e. via the plugins closure. ``` plugins {...
When using the maven plugin i use: generateAsync How can that be done using this gradle-plugin ?
It seem that when using the plugin in gradle, but only running a single gradle task, the GWT plugin is fired up anyway and creating folders in the configuration phase....
In the project from which one this particular project has been forked there [was an issue](https://github.com/steffenschaefer/gwt-gradle-plugin/issues/43) with supporting multimodule gwt project (one where something in *.gwt.xml declaration inherits from different...
hey @jiakuan, Thanks for maintaining this plugin. Do you know if there is an easy way to generate the i18n files? Thanks