We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72a861 commit 69b452aCopy full SHA for 69b452a
build.gradle.kts
@@ -55,6 +55,7 @@ gradlePlugin {
55
and version catalogs to dependencyResolutionManagement.
56
""".trimIndent()
57
implementationClass = "ws.gross.gradle.BootstrapPlugin"
58
+ tags.set(listOf("repository", "private-repository", "bootstrap"))
59
}
60
61
plugins.create("privateRepoPublish") {
0 commit comments