Skip to content

Re-enable warnings as errors for detekt-gradle-plugin#5155

Merged
schalkms merged 1 commit into
detekt:mainfrom
3flex:5037-fix
Aug 1, 2022
Merged

Re-enable warnings as errors for detekt-gradle-plugin#5155
schalkms merged 1 commit into
detekt:mainfrom
3flex:5037-fix

Conversation

@3flex
Copy link
Copy Markdown
Member

@3flex 3flex commented Jul 31, 2022

Fixes #5037

We currently have:

  • Kotlin 1.7.10
  • Gradle 7.5, which embeds Kotlin 1.6.21
  • API version 1.4

Everything happily works together with warnings as errors now - but this is because we're now using -Xsuppress-version-warnings. So this PR will re-enable warnings as errors, and I've opened #5156 which limits usage of the suppression to only where it is needed.

@schalkms schalkms added this to the 1.22.0 milestone Aug 1, 2022
@schalkms schalkms merged commit 5aa1dd6 into detekt:main Aug 1, 2022
@3flex 3flex deleted the 5037-fix branch August 1, 2022 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Re-enable warnings as errors for the gradle plugin module

3 participants