Skip to content

Commit

Permalink
Remove tags from the pluginBundle
Browse files Browse the repository at this point in the history
Seems like some tags are deprecated now:

```
Task ':plugin:publishPlugins' is not up-to-date because:
> Failed to post to server.
  Task has not declared any outputs despite executing actions.
  Server responded with:
Could not reuse POM from pluginMaven publication because mavenCoordinates() was used
  Some tag provided are forbidden: gradle,pluging
Publishing plugin de.gesellix.docker version 2021-12-18T23-57-00
```
  • Loading branch information
gesellix committed Dec 18, 2021
1 parent e909cdd commit 0f83ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pluginBundle {
website = "https://github.com/gesellix/gradle-docker-plugin"
vcsUrl = "https://github.com/gesellix/gradle-docker-plugin.git"
description = "A Docker plugin for Gradle"
tags = listOf("docker", "gradle", "remote api", "plugin")
tags = listOf("docker", "remote api", "client")

plugins {
register(publicationName) {
Expand Down

0 comments on commit 0f83ad3

Please sign in to comment.