Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Set group for plugin pusblish (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
oas004 authored Jan 25, 2023
1 parent 1634ce5 commit b9d5d9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion verifyComposeMetricsPlugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ project.tasks.withType<KotlinCompile>().configureEach {
}
}

version = "0.1.1"
group = "io.github.oas004.metrics"

pluginBundle {
website = "https://github.com/oas004/VerifyComposeMetricsPlugin"
vcsUrl = "https://github.com/oas004/VerifyComposeMetricsPlugin.git"
Expand All @@ -69,7 +72,6 @@ pluginBundle {
gradlePlugin {
plugins {
create("verify-compose-metrics") {
version = "0.1.1"
id = "io.github.oas004.metrics"
displayName = "Verify Compose Metrics"
description = "Small plugin to verify thresholds from the Compose metrics report."
Expand Down

0 comments on commit b9d5d9d

Please sign in to comment.