-
Notifications
You must be signed in to change notification settings - Fork 50
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
MBS-10881 update to gradle 7.2 #1167
Conversation
Waiting for release version |
2e3d2d7
to
c1218df
Compare
@@ -1,5 +1,5 @@ | |||
distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-all.zip | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-rc-2-all.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-rc-2-all.zip | |
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-rc-3-all.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed, thanks
@@ -1,5 +1,5 @@ | |||
distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-all.zip | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-rc-2-all.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-rc-2-all.zip | |
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-rc-3-all.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
@@ -106,7 +106,8 @@ abstract class InHouseInstrumentationTestRunner : | |||
) | |||
} | |||
|
|||
@Suppress("MemberVisibilityCanBePrivate") // Public for *TestApp to skip on orchestrator runs | |||
// Public for *TestApp to skip on orchestrator runs | |||
@Suppress("MemberVisibilityCanBePrivate") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already fixed here
pinterest/ktlint#1168
id("io.gitlab.arturbosch.detekt") version "1.16.0" | ||
// accessing version catalog here is blocked by IDE false-postive error | ||
// https://youtrack.jetbrains.com/issue/KTIJ-19369 | ||
id("io.gitlab.arturbosch.detekt") version "1.18.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the jetbrains-kotlin-html
repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -262,8 +262,9 @@ formatting: | |||
active: false | |||
AnnotationSpacing: | |||
active: true | |||
# todo fix and enable | |||
ArgumentListWrapping: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pinterest/ktlint#1196
This is fixed too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's why I didn't update the Detekt version here :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to run ktlint separately i think
MBS-11763
e7d2db1
to
ed3396c
Compare
https://docs.gradle.org/7.2-rc-2/release-notes.html also update detekt to 1.18.0, because of kotlin 1.5 dependency disable "ArgumentListWrapping" rule, different behavior fix "ImportOrdering" rule remove kotlinx-html dependency
ed3396c
to
54742e6
Compare
I think it's safe to merge now; |
Close also MBS-11267 |
https://docs.gradle.org/7.2-rc-2/release-notes.html
also update detekt to 1.18.0, because of kotlin 1.5 dependency
disable "ArgumentListWrapping" rule, different behavior
fix "ImportOrdering" rule