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 21, 2024
1 parent e9a282e commit ea255f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ publishing {

from components.java

artifact source: "${project.sourceSets.main.groovy.outputDir}/META-INF/grails-plugin.xml",
classifier: "plugin",
extension: 'xml'
pom {
name = "Grace Inertia Plugin"
description = "Grace Plugin for using Grace with Inertia."
Expand Down

0 comments on commit ea255f9

Please sign in to comment.