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

Could not create task ':react-native-job-queue:spotlessJava #102

Closed
Dhanyalalithamony opened this issue May 28, 2024 · 4 comments
Closed

Comments

@Dhanyalalithamony
Copy link

Could not create task ':react-native-job-queue:spotlessJava'.

java.nio.file.NoSuchFileException: /Users/suryabhadri/active-oversight-mobile/node_modules/react-native-job-queue/android/licenseHeader.txt

react-native-job-queue version - 0.5.1

@KartikDevarde2601
Copy link
Contributor

i am also facing same error do you figure out yet

@KartikDevarde2601
Copy link
Contributor

hii Dhanyala ,
error is due to the jCenter. it has been sunsetted so gradle can not resolve dependencies for the Spotless plugin getting 502 Bad Gateway error from the JCenter repository

repositories {
        google()
       // jcenter() comment of jcenter 
    }

@SimonErm
Copy link
Owner

Fixed in the next version by #104

@natemartins
Copy link

natemartins commented Sep 3, 2024

This issue persists. I have version ^0.5.2 installed.

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

4 participants