We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2a5f6 commit 2a500a6Copy full SHA for 2a500a6
1 file changed
plugin/build.gradle
@@ -93,6 +93,8 @@ publishing {
93
94
from components.java
95
96
+ artifact source: "${project.sourceSets.main.groovy.classesDirectory.get()}/META-INF/grails-plugin.xml", classifier: "plugin", extension: 'xml'
97
+
98
pom {
99
name = "Grace Policy Plugin"
100
description = "Authorization plugin for Grails/Grace applications."
0 commit comments