File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1414 */
1515class DbReverseEngineerGrailsPlugin {
1616 String version = ' 0.5.1'
17- String grailsVersion = ' 2.0 > *'
17+ String grailsVersion = ' 2.3. 0 > *'
1818 String author = ' Burt Beckwith'
1919 String authorEmail
= ' [email protected] ' 2020 String title = ' Grails Database Reverse Engineering Plugin'
2121 String description = ' Reverse-engineers a database to Grails domain classes.'
2222 String documentation = ' http://grails-plugins.github.io/grails-db-reverse-engineer/'
23- List pluginExcludes = [
24- ' docs/**' ,
25- ' src/docs/**'
26- ]
23+ def pluginExcludes = [' src/docs/**' ]
2724 String license = ' APACHE'
2825 def organization = [name : ' Grails' , url : ' http://www.grails.org/' ]
29- def issueManagement = [system : ' JIRA ' , url : ' http ://jira. grails.org/browse/GPREVERSEENGINEER ' ]
26+ def issueManagement = [url : ' https ://github.com/ grails-plugins/grails-db-reverse-engineer/issues ' ]
3027 def scm = [url : ' https://github.com/grails-plugins/grails-db-reverse-engineer' ]
3128}
You can’t perform that action at this time.
0 commit comments