Skip to content

Commit

Permalink
Add artifact grails-plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jun 20, 2024
1 parent 2735cf0 commit 9ba1b4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ publishing {

from components.java

artifact source: "${project.sourceSets.main.groovy.outputDir}/META-INF/grails-plugin.xml",
classifier: "plugin",
extension: 'xml'
pom {
name = "Grace Admin Plugin"
description = "A powerful and flexible, extensible administration framework and management console for Grace."
Expand Down

0 comments on commit 9ba1b4f

Please sign in to comment.