-
Notifications
You must be signed in to change notification settings - Fork 546
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
quickstart guide gradle build doesn't work #86
Comments
stacktrace:
|
should be the gradle version issue, if you use gradle 4.0, it will be fine, good luck! |
@vshwnth2 This is quite a delayed follow-up, but this was resolved, yeah? |
The quick-start seems to be broken again. When I go the
When I change the following in the
to
and then try
any ideas as to what could be going wrong? |
@venkyvb Yeah, my guess is that this is something we forgot to clean up when upgrading to Gradle 5. See how we removed the |
@evanw555 I tried removing the wrapper task (line 12 - 14 in build.gradle) and it builds successfully. So, your suggestion works! |
Task :api:generateDataTemplate FAILED FAILURE: Build failed with an exception.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.4.2/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 4s I am facing this issue when i tried to build in api gradle file |
Trying to follow https://github.com/linkedin/rest.li/wiki/Quickstart:-A-Tutorial-Introduction-to-Rest.li
On the first gradle build command inside /api folder, i get the following error:
FAILURE: Build failed with an exception.
Execution failed for task ':api:generateDataTemplate'.
If it helps, these are the versions I have installed locally:
gradle --version
Gradle 4.3.1
Build time: 2017-11-08 08:59:45 UTC
Revision: e4f4804807ef7c2829da51877861ff06e07e006d
Groovy: 2.4.12
Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015
JVM: 1.8.0_121 (Oracle Corporation 25.121-b13)
OS: Mac OS X 10.12.4 x86_64
The text was updated successfully, but these errors were encountered: