Skip to content

Commit

Permalink
#13552 Integrate grails-testing-support from grails/grails-testing-…
Browse files Browse the repository at this point in the history
…support into grails-core
  • Loading branch information
jdaugherty committed Jan 15, 2025
1 parent 8d505bd commit 9e9c486
Show file tree
Hide file tree
Showing 197 changed files with 44 additions and 18,716 deletions.
26 changes: 20 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -227,11 +227,25 @@ subprojects { subproject ->
delegate.developerConnection 'scm:git@github.com:grails/grails-core.git'
}

delegate.developers {
delegate.developer {
delegate.id 'graemerocher'
delegate.name 'Graeme Rocher'
delegate.email 'grails-build@users.noreply.github.com'
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 'grails-build@users.noreply.github.com'
}
}
}
}
Expand Down
134 changes: 0 additions & 134 deletions grails-testing-support/.github/release-drafter.yml

This file was deleted.

63 changes: 0 additions & 63 deletions grails-testing-support/.github/renovate.json

This file was deleted.

45 changes: 0 additions & 45 deletions grails-testing-support/.github/workflows/docs.yml

This file was deleted.

88 changes: 0 additions & 88 deletions grails-testing-support/.github/workflows/gradle.yml

This file was deleted.

Loading

0 comments on commit 9e9c486

Please sign in to comment.