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

Make Gradle snippet in README compatible with Gradle 7+, Groovy and Kotlin DSLs #1256

Merged
merged 1 commit into from
Nov 10, 2021

Conversation

SebastianAigner
Copy link
Contributor

@SebastianAigner SebastianAigner commented Nov 9, 2021

Besides Groovy, Gradle also provides support for a Kotlin DSL to configure builds.

To get people running MinIO quickly regardless of the DSL they use, this PR changes the snippet so that it is both valid Groovy syntax and valid Kotlin syntax.

This also changes the compile keyword to implementation, since compile has been deprecated in Gradle 7+.

@SebastianAigner SebastianAigner changed the title Make Gradle snippet in README compatible with both Groovy and Kotlin DSLs Make Gradle snippet in README compatible with Gradle 7+, Groovy and Kotlin DSLs Nov 9, 2021
@balamurugana balamurugana merged commit d289769 into minio:master Nov 10, 2021
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.

None yet

3 participants