We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if Scala Steward could also extract/update dependencies from/in Gradle builds.
Note that @jvican had a preliminarily PR for Nebula/Gradle support in #2630.
The text was updated successfully, but these errors were encountered:
As I understand it, Gradle is a popular choice for Kotlin projects and that would allow Scala Steward to also keep those Kotlin projects up-to-date.
Sorry, something went wrong.
gradle/gradle#21894 is interesting in this context and would allow Scala Steward to easily extract dependencies from Gradle builds.
TIL that there is a BSP implementation for Gradle:
With #2640 we could partially support Gradle builds via BSP.
Another option to (partially) support Gradle builds is by extracting dependencies from Version Catalogs: #3534.
No branches or pull requests
It would be nice if Scala Steward could also extract/update dependencies from/in Gradle builds.
Note that @jvican had a preliminarily PR for Nebula/Gradle support in #2630.
The text was updated successfully, but these errors were encountered: