forked from grails/grails-core
-
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.
grails#13552 Integrate
grails-testing-support
from grails/grails-te…
…sting-support into grails-core
- Loading branch information
1 parent
8d505bd
commit 9e9c486
Showing
197 changed files
with
44 additions
and
18,716 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 |
---|---|---|
|
@@ -210,7 +210,7 @@ subprojects { subproject -> | |
|
||
ext.pomInfo = { | ||
delegate.name 'Grails® framework' | ||
delegate.description 'Grails Web Application Framework' | ||
delegate.description subproject.name == 'grails-testing-support' ? 'Support for writing concise expressive tests for Grails artifacts' : 'Grails Web Application Framework' | ||
delegate.url 'https://grails.org/' | ||
|
||
delegate.licenses { | ||
|
@@ -227,11 +227,25 @@ subprojects { subproject -> | |
delegate.developerConnection 'scm:[email protected]:grails/grails-core.git' | ||
} | ||
|
||
delegate.developers { | ||
delegate.developer { | ||
delegate.id 'graemerocher' | ||
delegate.name 'Graeme Rocher' | ||
delegate.email '[email protected]' | ||
if(subproject.name == 'grails-testing-support') { | ||
delegate.developers { | ||
delegate.developer { | ||
delegate.id 'jeffscottbrown' | ||
delegate.name 'Jeff Brown' | ||
} | ||
delegate.developer { | ||
delegate.id 'jameskleeh' | ||
delegate.name 'James Kleeh' | ||
} | ||
} | ||
} | ||
else { | ||
delegate.developers { | ||
delegate.developer { | ||
delegate.id 'graemerocher' | ||
delegate.name 'Graeme Rocher' | ||
delegate.email '[email protected]' | ||
} | ||
} | ||
} | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.