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

chore: upgrade ktlint #510

Merged
merged 1 commit into from
Oct 28, 2021
Merged

chore: upgrade ktlint #510

merged 1 commit into from
Oct 28, 2021

Conversation

aajtodd
Copy link
Contributor

@aajtodd aajtodd commented Oct 27, 2021

Issue #

N/A

Description of changes

Upgrade ktlint. This is to stay in sync with aws-sdk-kotlin which was forced to upgrade in awslabs/aws-sdk-kotlin#372

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sonarcloud
Copy link

sonarcloud bot commented Oct 27, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Comment on lines +85 to +89
val ktlint by configurations.creating {
attributes {
attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL))
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Question: As near as I can tell from the Bundling documentation, EXTERNAL is the default. Why was this necessary to specify?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They added a variant and gradle couldn't auto detect the correct configuration.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

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.

3 participants