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 26, 2024
1 parent 83ce8db commit 69a5588
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions publishing/mavenCentral.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ publishing {
}
from components.java

afterEvaluate {
if (project.name.startsWith('grace-plugin')) {
artifact source: "${project.buildDir}/classes/groovy/main/META-INF/grails-plugin.xml",
classifier: "plugin",
extension: 'xml'
}
}
pom {
name = projectName
description = "Grace Async Framework : $projectName"
Expand Down

0 comments on commit 69a5588

Please sign in to comment.