-
Notifications
You must be signed in to change notification settings - Fork 188
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
Error build with gradle 7.0.2 #4824
Comments
Please close this issue as there is no additional information given or add additional information. |
Wrong build This is the last `* What went wrong:
I changed the version from Java 1.8 to Java 11 and it kept giving the same error. |
Take a look at #4777. Vipinbalakrishnan explains that you have to add a jitpack.yml file in the root directory and implement maven publish settings as well. |
Yes @cyb3rko work for me too |
Error build with gradle 7.0.2 jitpack/jitpack.io#4824
@cyb3rko Why is it needed now? Why can't it automatically choose what it should use, as was done so far, without extra files? |
@AndroidDeveloperLB I have no idea, I just searched for solutions and it worked lol :D |
@cyb3rko OK I thought you are one of its developers or something |
can you show me the steps @cyb3rko |
1.you need to create a config for jitpack in the root of the repository, |
@javlock For some reason, one project I have has issues (some/all classes can't be found when using it via Jitpack), and another doesn't have any issues, even though I have tried the same steps: https://github.com/AndroidDeveloperLB/FastScrollerAndRecyclerViewFixes - bad on recent commits How could it be? |
Please provide:
Link to build log from https://jitpack.io
Does the project build on your machine with the same commands (e.g. ./gradlew install) ?
What error are you seeing?
Thank you!
The text was updated successfully, but these errors were encountered: