Saturday, May 14, 2016

Re: GWT React preview release on Maven Central

tasks.withType(de.richsource.gradle.plugins.gwt.AbstractGwtActionTask) {
//args "-logLevel", "TRACE"
args "-generateJsInteropExports"
args "-noincremental" // TODO Had problems with this, so disabling until stable in 2.8.0
// I've had various problems with this cache and GWT snapshot updates, so it's a good idea to make it easily cleanable
jvmArgs("-Dgwt.persistentunitcachedir=$project.buildDir/gwt/cache")
}

--
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