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

Update the readme file #14

Open
wwdablu opened this issue Dec 29, 2023 · 0 comments
Open

Update the readme file #14

wwdablu opened this issue Dec 29, 2023 · 0 comments
Assignees

Comments

@wwdablu
Copy link
Owner

wwdablu commented Dec 29, 2023

The readme needs to be updated to use the new grade kts approach:

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
maven(url="https://jitpack.io")
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven(url="https://jitpack.io")
}
}

@wwdablu wwdablu self-assigned this Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant