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

Adopt Gradle 7.4 #1364

Merged
merged 8 commits into from
Feb 10, 2022
Merged

Adopt Gradle 7.4 #1364

merged 8 commits into from
Feb 10, 2022

Conversation

Goooler
Copy link
Contributor

@Goooler Goooler commented Feb 9, 2022

Description

https://docs.gradle.org/7.4/release-notes.html

The Version catalogs is promoted to a stable feature.

Checklist

  • tests are added
  • CHANGELOG.md is updated

Comment on lines -62 to -69
/**
* Configures "wrapper" task to use specific Gradle version and distribution type.
*/
tasks.withType(Wrapper.class).configureEach {
gradleVersion = versions.gradle
distributionType = Wrapper.DistributionType.BIN
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicated with:

ktlint/build.gradle

Lines 134 to 138 in 4ff25d3

tasks.withType(Wrapper).configureEach {
gradleVersion = versions.'gradle'
distributionSha256Sum = versions.'gradle-sha256'
distributionType = Wrapper.DistributionType.BIN
}

@paul-dingemans
Copy link
Collaborator

@Goooler Tnx for updating. I will check it out this week. I will mark it for the 0.44.0 release.

@paul-dingemans paul-dingemans added this to the 0.44.0 milestone Feb 9, 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