Skip to content

Commit 0100039

Browse files
authored
change plugin Id (#4)
1 parent cc21968 commit 0100039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ publishing {
3333
gradlePlugin {
3434
plugins {
3535
create("featurevisor-plugin") {
36-
id = "com.featurevisor.plugin"
36+
id = "com.featurevisor.featurevisor-kotlin-plugin"
3737
implementationClass = "com.featurevisor.plugin.TestRunnerPlugin"
3838
// displayName = "Featurevisor Plugin"
3939
// description = "Need to use this plugin to "

0 commit comments

Comments
 (0)