Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion JqueryGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ class JqueryGrailsPlugin {
def authorEmail = "[email protected], [email protected], [email protected] and [email protected]"
def title = "JQuery for Grails"
def description = "Provides integration for the JQuery library with grails JavascriptProvider"
def documentation = "http://grails.org/JQuery+Plugin"
def documentation = "http://grails.org/plugin/jquery"
def license = "APACHE"
def issueManagement = [ system: "JIRA", url: "http://jira.grails.org/browse/GPJQUERY" ]
def scm = [ url: "https://github.com/gpc/grails-jquery" ]

static jQueryVersion
static jQuerySources
Expand Down