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

Building gwt fails due to build.gradle error. #9

Open
parth-code opened this issue Sep 30, 2019 · 2 comments
Open

Building gwt fails due to build.gradle error. #9

parth-code opened this issue Sep 30, 2019 · 2 comments

Comments

@parth-code
Copy link

Getting the following error:

` FAILURE: Build failed with an exception.

* Where:
Build file 'D:\Ghrepo\carballo\gwtgui\build.gradle' line: 19

* What went wrong:
A problem occurred evaluating project ':gwtgui'.
> No signature of method: org.gradle.api.internal.tasks.DefaultTaskInputs.source() is applicable      for argument types: (LinkedHashSet) values: [[D:\Ghrepo\carballo\gwtgui\src\main\java]]
  Possible solutions: collect(), use([Ljava.lang.Object;)

* 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 35s. `

I ran it using the gradle commands in cmd as well as building it via IntelliJ and faced the same error.

@albertoruibal
Copy link
Owner

The master branch uses a deprecated gradle version 3.5.

Try to build the develop branch. It is upgraded to the last gradle version and it uses the gradle wrapper. Soon the develop branch will be merged into master for the release 1.8 and this will be fixed.

@parth-code
Copy link
Author

That got it working. Thanks!

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

2 participants