Skip to content

Commit ceaed15

Browse files
authored
Merge pull request #20 from kevinguitar/patch-1
Fix the gradle plugin package declaration
2 parents 566f54f + 3a4a67c commit ceaed15

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)