You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking GWT home version[null] buildconfig[null] sysprop[null] antprop[null]
| Packaging Grails application
COMPILE START
| GWT does not appear to be configured, either set gwt.version in BuildConfig (preferred), or GWT must be installed and GWT_HOME environment must be set.
When running grails app, I get the following:
Checking GWT home version[null] buildconfig[null] sysprop[null] antprop[null]
| Packaging Grails application
COMPILE START
| GWT does not appear to be configured, either set gwt.version in BuildConfig (preferred), or GWT must be installed and GWT_HOME environment must be set.
BuildConfig:
plugins {
build ":extended-dependency-manager:0.5.5"
compile ":gwt:1.0", {
transitive=false
}
}
gwt {
version = "2.5.1"
}
What am I doing wrong?
The text was updated successfully, but these errors were encountered: