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

Jitpack v1.0.1 build failed #215

Open
martinBoscNomad opened this issue Aug 21, 2024 · 8 comments
Open

Jitpack v1.0.1 build failed #215

martinBoscNomad opened this issue Aug 21, 2024 · 8 comments

Comments

@martinBoscNomad
Copy link

I'm unable to use this library since today

I used to import `com.mindorks.android:prdownloader:0.6.0' but it's not found since yesterday in maven/jitpack

i tried com.github.amitshekhariitbhu:PRDownloader:1.0.1 but i got this error message :
Failed to resolve: com.github.amitshekhariitbhu:PRDownloader:1.0.1

In jitpack, here is the log:
https://jitpack.io/com/github/amitshekhariitbhu/PRDownloader/1.0.1/build.log
BUILD FAILED

@amitshekhariitbhu
Copy link
Owner

Have you configured the gradle for Jitpack?

@amitshekhariitbhu
Copy link
Owner

IMG_7723

@martinBoscNomad
Copy link
Author

Yes, I already added jitpack.io in gradle conf for other github libs import.

But with the new version 1.0.1, when I try to sync project with gradle files i got:
Capture d’écran 2024-08-22 à 09 47 35
Capture d’écran 2024-08-22 à 09 47 40

And I think it's because jitpack build failed, if you look at jitpack logs https://jitpack.io/com/github/amitshekhariitbhu/PRDownloader/1.0.1/build.log :
Capture d’écran 2024-08-22 à 09 49 16

I tried to get the jitpack generated jar file and import it, and nothing works with it.

@WestFR
Copy link

WestFR commented Nov 19, 2024

Same error @martinBoscNomad

@lugq
Copy link

lugq commented Feb 25, 2025

sample error with me. help

@amitshekhariitbhu
Copy link
Owner

Refer this: #209

@danielpearsports
Copy link
Contributor

danielpearsports commented Feb 26, 2025

Looks like Jitpack rebuilt the package on Feb 10th with the following error:

1 errors, 0 warnings
Lint found fatal errors while assembling a release target.

To proceed, either fix the issues identified by lint, or modify your build script as follows:
...
android {
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
}
...

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:lintVitalRelease'.

A failure occurred while executing com.android.build.gradle.internal.lint.AndroidLintTask$AndroidLintLauncherWorkAction
There was a failure while executing work items
> A failure occurred while executing com.android.build.gradle.internal.lint.AndroidLintWorkAction
> Lint found fatal errors while assembling a release target.

Repository owner deleted a comment from Berkay92 Mar 5, 2025
@amitshekhariitbhu
Copy link
Owner

amitshekhariitbhu commented Mar 5, 2025

It is fixed: Please try the latest implementation 'com.github.amitshekhariitbhu:PRDownloader:1.0.2'

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

5 participants