Skip to content

Commit 4ec5081

Browse files
committed
Correct Gradle plugin id
1 parent b5b668f commit 4ec5081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
gradlePlugin {
2828
plugins {
2929
simplePlugin {
30-
id = 'de.redsix.dmncheck'
30+
id = 'de.redsix.dmn-check.gradle-plugin'
3131
implementationClass = 'de.redsix.dmncheck.DmnCheckGradlePlugin'
3232
}
3333
}

0 commit comments

Comments
 (0)