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

The 'Install' button should offer build.gradle snippets #62

Open
mvysny opened this issue Nov 17, 2023 · 0 comments
Open

The 'Install' button should offer build.gradle snippets #62

mvysny opened this issue Nov 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mvysny
Copy link
Member

mvysny commented Nov 17, 2023

In addition to Maven pom.xml snippets, the Install button should also offer Gradle snippets. For example, for

image

there should be a Gradle build.gradle snippet:

implementation("com.vaadin.componentfactory:selection-grid-flow:3.0.1")

Since Gradle defaults to Kotlin now, the snippet should be in the Kotlin syntax and should target build.gradle.kts by default. That way it's also compatible with Groovy-style build.gradle files.

@samie samie added the enhancement New feature or request label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants