We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc21968 commit 0100039Copy full SHA for 0100039
build.gradle.kts
@@ -33,7 +33,7 @@ publishing {
33
gradlePlugin {
34
plugins {
35
create("featurevisor-plugin") {
36
- id = "com.featurevisor.plugin"
+ id = "com.featurevisor.featurevisor-kotlin-plugin"
37
implementationClass = "com.featurevisor.plugin.TestRunnerPlugin"
38
// displayName = "Featurevisor Plugin"
39
// description = "Need to use this plugin to "
0 commit comments