Skip to content

Commit

Permalink
Integrate grails-web-testing-support from grails/grails-testing-sup…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
jdaugherty committed Jan 15, 2025
1 parent 7374a3f commit 31d9e9c
Show file tree
Hide file tree
Showing 198 changed files with 36 additions and 18,502 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ commonsTextVersion=1.13.0
elApiVersion=6.0.1
jspApiVersion=4.0.0
sitemeshVersion=3.2.2
javassistVersion=3.30.2-GA

# This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs
# https://github.com/grails/grails-gradle-plugin/issues/222
Expand Down
3 changes: 2 additions & 1 deletion gradle/documentation-config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ tasks.withType(Groovydoc).configureEach {
group = 'documentation'
description = 'Copies Groovy API Documentation for all supporting projects'
Set<Project> groovyDocProjects = rootProject.subprojects.findAll {
it.name != 'docs' && !it.name.startsWith('examples')
// Note: grails-web-testing-support documentation currently lives in the grails-doc project so the groovydocs live there too
it.name != 'docs' && !it.name.startsWith('examples') && !it.name.startsWith('grails-web-testing-support')
}
def groovydocClasspath = files(configurations.documentation + groovyDocProjects.configurations.compileClasspath)
classpath = groovydocClasspath
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 31d9e9c

Please sign in to comment.