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 192d124 commit 3d0f7bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions asset-pipeline-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ publishing {
publications {
maven(MavenPublication) {
artifactId 'asset-pipeline-plugin'
artifact source: "${project.sourceSets.main.groovy.outputDir}/META-INF/grails-plugin.xml",
classifier: "plugin",
extension: 'xml'
pom.withXml {
asNode().children().last() + {
resolveStrategy = Closure.DELEGATE_FIRST
Expand Down

0 comments on commit 3d0f7bd

Please sign in to comment.