Skip to content

Commit

Permalink
Update to the latest plugin publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
big-guy committed Jun 28, 2023
1 parent 8bf1dc9 commit 06e2afc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
org.gradle.playframework.`user-guide`
org.gradle.playframework.`github-pages`
org.gradle.playframework.`documentation-test`
id("com.gradle.plugin-publish") version "0.12.0"
id("com.gradle.plugin-publish") version "1.1.0"
}

group = "org.gradle.playframework"
Expand Down Expand Up @@ -104,8 +104,4 @@ pluginBundle {
website = "https://gradle.github.io/playframework/"
vcsUrl = "https://github.com/gradle/playframework"
tags = listOf("playframework", "web", "java", "scala")
mavenCoordinates {
groupId = project.group.toString()
artifactId = base.archivesBaseName
}
}

0 comments on commit 06e2afc

Please sign in to comment.