Skip to content

Commit eabd992

Browse files
jpenillaMachine-Maker
authored andcommitted
add missing module name
1 parent fb68e48 commit eabd992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ gradle-plugin-kotlin = { module = "org.jetbrains.kotlin.jvm:org.jetbrains.kotlin
5555
gradle-plugin-publish = "com.gradle.publish:plugin-publish-plugin:1.3.1"
5656

5757
# for renovate
58-
zCheckstyle = { module = "com.puppycrawl.tools", version.ref = "checkstyle" }
58+
zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "checkstyle" }
5959

6060
[bundles]
6161
asm = ["asm-core", "asm-tree"]

0 commit comments

Comments
 (0)