Skip to content

Commit 3a4a67c

Browse files
authored
Fix the gradle plugin package declaration
Spotted this while forking, I assume it's a leftover from renaming the package
1 parent 566f54f commit 3a4a67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gradlePlugin {
4545
id = rootProject.group.toString()
4646
displayName = "SimplePlugin"
4747
description = "SimplePlugin"
48-
implementationClass = "org.demiurg906.kotlin.plugin.SimpleGradlePlugin"
48+
implementationClass = "org.jetbrains.kotlin.compiler.plugin.template.SimpleGradlePlugin"
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)