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

prefer mavenCentral over jcenter repository #15

Merged
merged 2 commits into from
Jan 13, 2022

Conversation

devdavidkarlsson
Copy link
Contributor

deprecation notice recommends using mvn central

@vlsi
Copy link
Contributor

vlsi commented Jan 12, 2022

Could you please try adding the following to settings.gradle.kts?

pluginManagement {
    repositories {
        mavenCentral()
        gradlePluginPortal()
    }
}

@devdavidkarlsson
Copy link
Contributor Author

Could you please try adding the following to settings.gradle.kts?

pluginManagement {
    repositories {
        mavenCentral()
        gradlePluginPortal()
    }
}

done

@vlsi vlsi changed the title jcenter is deprecated prefer mavenCentral over jcenter repository Jan 13, 2022
@vlsi vlsi merged commit 88f0c9f into burrunan:master Jan 13, 2022
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

Successfully merging this pull request may close these issues.

2 participants