Skip to content

Commit 656cfe0

Browse files
committed
Upload artifact grails-plugin.xml with plugin
Closes gh-14
1 parent 1bc8be7 commit 656cfe0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ publishing {
133133

134134
from components.java
135135

136+
afterEvaluate {
137+
artifact source: "${project.sourceSets.main.groovy.classesDirectory.get()}/META-INF/grails-plugin.xml",
138+
classifier: "plugin",
139+
extension: 'xml'
140+
}
136141
pom {
137142
name = "Grace Database Migration Plugin"
138143
description = "Grace Database Migration"

0 commit comments

Comments
 (0)