Skip to content

Commit

Permalink
Change Id (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tan108 authored Mar 13, 2024
1 parent 1d0d6cb commit 9923c49
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ repositories {
}

publishing {
// publications {
// create<MavenPublication>("default") {
// from(components["java"])
// // Include any other artifacts here, like javadocs
// }
// }

repositories {
maven {
name = "GitHubPackages"
Expand All @@ -33,11 +26,8 @@ publishing {
gradlePlugin {
plugins {
create("featurevisor-plugin") {
id = "com.featurevisor.featurevisor-kotlin-plugin"
id = "com.featurevisor.plugin"
implementationClass = "com.featurevisor.plugin.TestRunnerPlugin"
// displayName = "Featurevisor Plugin"
// description = "Need to use this plugin to "
// tags.set(listOf("test-runner", "run-test-case", "test"))
}
}
}
Expand Down

0 comments on commit 9923c49

Please sign in to comment.