Skip to content

Commit

Permalink
Gradle plugin-publish: add tags to plugin for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrullmann committed Sep 23, 2020
1 parent 3f32e5a commit 82c1d69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ pluginBundle {
website = "https://github.com/unbroken-dome/gradle-xjc-plugin"
vcsUrl = "https://github.com/unbroken-dome/gradle-xjc-plugin"
description = "A plugin that integrates the XJC binding compiler into a Gradle build."
tags = listOf("xjc", "jaxb", "code generation", "xml")

(plugins) {
"xjcPlugin" {
Expand Down

0 comments on commit 82c1d69

Please sign in to comment.