Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot set gwt.version #43

Open
ghost opened this issue Jan 10, 2014 · 1 comment
Open

Cannot set gwt.version #43

ghost opened this issue Jan 10, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 10, 2014

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?

@oniseijin
Copy link
Contributor

Try the 1.0.3 version, I have it working with version="2.6.1" and it downloads GWT just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant