Skip to content

Commit 9716eee

Browse files
authored
Attempting a fix for maven snapshotting (#20)
1 parent 1cb48cc commit 9716eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publishing-plugins/src/main/kotlin/mvn-publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fun getVersionName() =
6161
afterEvaluate {
6262
configure<PublishingExtension> {
6363
// Configure all publications
64-
publications.create<MavenPublication>("test") {
64+
publications.create<MavenPublication>("lib") {
6565
groupId = getExtraString("GROUP")
6666
artifactId = getExtraString("POM_ARTIFACT_ID")
6767
version = getVersionName()

0 commit comments

Comments
 (0)