We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6bb5c commit bdd0f66Copy full SHA for bdd0f66
build.gradle.kts
@@ -2,6 +2,7 @@ plugins {
2
kotlin("jvm") version Versions.kotlin
3
`kotlin-dsl`
4
`java-gradle-plugin`
5
+ id("maven-publish")
6
id("com.gradle.plugin-publish") version "0.14.0"
7
}
8
@@ -48,9 +49,4 @@ pluginBundle {
48
49
website = "https://github.com/Faire/gradle-kotlin-buildozer"
50
vcsUrl = "https://github.com/Faire/gradle-kotlin-buildozer"
51
tags = listOf("dependency", "verification", "analyze")
-
52
- mavenCoordinates {
53
- groupId = "com.faire.gradle.analyze"
54
- artifactId = "gradle-kotlin-buildozer"
55
- }
56
0 commit comments