-
Notifications
You must be signed in to change notification settings - Fork 2
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
How to build? #3
Comments
Hi @atila29 , you will need to have gradle installed. You can then go to the xtend-tools project directory, and run |
I have also updated the documentation: https://github.com/blueneogeo/xtend-tools/blob/master/README.md. Let me know if you have issues. |
Thanks, though i'm getting an build error:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. BUILD FAILED in 563ms Running with: Gradle 7.0Build time: 2021-04-26 21:51:10 UTC Kotlin: 1.4.31 xtend-tools git:(master) ✗ mvn --version |
Hi, I had a look and could replicate the problem. The wrapper seems to be part of the newer gradle now, and can be removed from the script. However after doing so, there still is a build issue regarding the annotation processor of xtend. It seems to be related to the xtend plugin, and the newer gradle. A solution would be to use the gradle wrapper, however wrapper 4.x does not support java 11. I am sorry, I do not have a good solution yet. |
How do I build and add to another project?
The text was updated successfully, but these errors were encountered: