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 19, 2024
1 parent a7b4fb7 commit 1b83ea6
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 @@ -84,6 +84,9 @@ publishing {

from components.java

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

0 comments on commit 1b83ea6

Please sign in to comment.