We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0d6cb commit 9923c49Copy full SHA for 9923c49
build.gradle.kts
@@ -11,13 +11,6 @@ repositories {
11
}
12
13
publishing {
14
-// publications {
15
-// create<MavenPublication>("default") {
16
-// from(components["java"])
17
-// // Include any other artifacts here, like javadocs
18
-// }
19
20
-
21
repositories {
22
maven {
23
name = "GitHubPackages"
@@ -33,11 +26,8 @@ publishing {
33
26
gradlePlugin {
34
27
plugins {
35
28
create("featurevisor-plugin") {
36
- id = "com.featurevisor.featurevisor-kotlin-plugin"
29
+ id = "com.featurevisor.plugin"
37
30
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"))
41
31
42
32
43
0 commit comments