Skip to content

Commit

Permalink
Suppress MemberNameEqualsClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed Mar 16, 2024
1 parent ab8bc98 commit 848fe19
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ object IntelliJ {

object Java {
private const val group = "com.jetbrains.intellij.java"
@Suppress("MemberNameEqualsClassName")
const val java = "$group:java:$version"
const val impl = "$group:java-impl:$version"
}
Expand Down

0 comments on commit 848fe19

Please sign in to comment.