Skip to content

Commit

Permalink
fix: add tags to plugin definition
Browse files Browse the repository at this point in the history
  • Loading branch information
testersen committed Jan 13, 2024
1 parent bba0f9d commit ed49518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ gradlePlugin {
displayName = "Telenor Next"
description = "Telenor Next Gradle Plugin"
implementationClass = "sh.tnn.gradle.TelenorNextPlugin"
tags = listOf("telenor", "next", "tnn", "dotenv", "github", "github-packages", "opentelemetry", "otel", "auto-instrumentation")
}
}
}

0 comments on commit ed49518

Please sign in to comment.