Skip to content

Commit bdd0f66

Browse files
committed
Fixing the maven stuff properly
1 parent 9a6bb5c commit bdd0f66

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ plugins {
22
kotlin("jvm") version Versions.kotlin
33
`kotlin-dsl`
44
`java-gradle-plugin`
5+
id("maven-publish")
56
id("com.gradle.plugin-publish") version "0.14.0"
67
}
78

@@ -48,9 +49,4 @@ pluginBundle {
4849
website = "https://github.com/Faire/gradle-kotlin-buildozer"
4950
vcsUrl = "https://github.com/Faire/gradle-kotlin-buildozer"
5051
tags = listOf("dependency", "verification", "analyze")
51-
52-
mavenCoordinates {
53-
groupId = "com.faire.gradle.analyze"
54-
artifactId = "gradle-kotlin-buildozer"
55-
}
5652
}

0 commit comments

Comments
 (0)