Skip to content

Commit

Permalink
Remove unneeded suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Dec 16, 2024
1 parent 9b060c4 commit d1b3087
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class PokoBuildPlugin : Plugin<Project> {
project.pluginManager.apply("com.vanniktech.maven.publish")

val mavenPublishing = project.extensions.getByName("mavenPublishing") as MavenPublishBaseExtension
@Suppress("UnstableApiUsage")
mavenPublishing.apply {
coordinates(project.pokoGroupId, project.name, project.pokoVersion)

Expand Down

0 comments on commit d1b3087

Please sign in to comment.