-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,14 @@ class GebGrailsPlugin extends Plugin { | |
def pluginExcludes = [ | ||
"grails-app/views/error.gsp" | ||
] | ||
def title = "Grails Geb Plugin" | ||
def author = "Graeme Rocher" | ||
def authorEmail = "[email protected]" | ||
def title = "Grace Geb Plugin" | ||
def author = "Michael Yan" | ||
def authorEmail = "[email protected]" | ||
def description = '''\ | ||
Plugin that adds Geb functional testing code generation features. | ||
''' | ||
def documentation = "https://plugins.grails.org/plugin/grails/geb" | ||
def documentation = "https://github.com/graceframework/grace-geb" | ||
def license = "APACHE" | ||
def issueManagement = [system: "Github Issues", url: "https://github.com/grails/geb/issues"] | ||
def scm = [url: "https://github.com/grails/geb"] | ||
def issueManagement = [system: "Github Issues", url: "https://github.com/graceframework/grace-geb"] | ||
def scm = [url: "https://github.com/graceframework/grace-geb"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters