File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,10 @@ buildscript {
10
10
version project. projectVersion
11
11
group " org.grails.plugins"
12
12
13
- apply plugin : ' maven-publish'
14
- apply plugin : ' eclipse'
15
- apply plugin : ' idea'
16
- apply plugin : " io.spring.dependency-management"
17
- apply plugin :" org.grails.grails-plugin"
18
- apply plugin :" org.grails.grails-gsp"
13
+ apply plugin : ' org.grails.grails-plugin'
14
+ apply plugin : ' org.grails.grails-gsp'
19
15
apply plugin : " org.grails.grails-doc"
16
+ apply plugin : " org.grails.internal.grails-plugin-publish"
20
17
21
18
sourceCompatibility = 1.11
22
19
targetCompatibility = 1.11
@@ -67,4 +64,15 @@ tasks.withType(GroovyCompile) {
67
64
}
68
65
}
69
66
// enable if you wish to package this plugin as a standalone application
70
- bootJar. enabled = false
67
+ bootJar. enabled = false
68
+
69
+ grailsPublish {
70
+ userOrg = " grails"
71
+ githubSlug = ' grails3-plugins/ajax-tags'
72
+ license {
73
+ name = ' Apache-2.0'
74
+ }
75
+ title = " Grails Ajax Tags Plugin"
76
+ desc = " The ajax-tags plugin provides AJAX related GSP tags."
77
+ developers = [osscontributor : " Jeff Brown" ]
78
+ }
You can’t perform that action at this time.
0 commit comments