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 d44ff52 commit 9064613
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/stimulus/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 Stimulus Plugin"
description = "Grace Plugin for using Stimulus with Grace."
Expand Down
3 changes: 3 additions & 0 deletions plugins/turbo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ publishing {

from components.java

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

0 comments on commit 9064613

Please sign in to comment.