Skip to content

Commit 9923c49

Browse files
authored
Change Id (#6)
1 parent 1d0d6cb commit 9923c49

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

build.gradle.kts

+1-11
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ repositories {
1111
}
1212

1313
publishing {
14-
// publications {
15-
// create<MavenPublication>("default") {
16-
// from(components["java"])
17-
// // Include any other artifacts here, like javadocs
18-
// }
19-
// }
20-
2114
repositories {
2215
maven {
2316
name = "GitHubPackages"
@@ -33,11 +26,8 @@ publishing {
3326
gradlePlugin {
3427
plugins {
3528
create("featurevisor-plugin") {
36-
id = "com.featurevisor.featurevisor-kotlin-plugin"
29+
id = "com.featurevisor.plugin"
3730
implementationClass = "com.featurevisor.plugin.TestRunnerPlugin"
38-
// displayName = "Featurevisor Plugin"
39-
// description = "Need to use this plugin to "
40-
// tags.set(listOf("test-runner", "run-test-case", "test"))
4131
}
4232
}
4333
}

0 commit comments

Comments
 (0)