Skip to content

Commit

Permalink
#13552 Integrate test app from grails/grails-testing-support into gra…
Browse files Browse the repository at this point in the history
…ils-functional-tests
  • Loading branch information
jdaugherty committed Jan 16, 2025
1 parent 1dfe1bf commit b411246
Show file tree
Hide file tree
Showing 195 changed files with 22 additions and 5,833 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
buildscript {
repositories {
maven { url "https://repo.grails.org/grails/core" }
}
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
classpath "org.grails.plugins:views-gradle:$viewsVersion"
}
}

group "org.grails"
version '0.0.1'

apply plugin:"org.grails.grails-web"
apply plugin:"org.grails.plugins.views-json"
apply plugin: "org.grails.grails-gsp"

dependencies {
implementation platform("org.grails:grails-bom:$grailsVersion")

implementation "org.springframework.boot:spring-boot-starter-logging"
implementation "org.springframework.boot:spring-boot-autoconfigure"
implementation "org.grails:grails-core"
Expand Down Expand Up @@ -27,8 +46,8 @@ dependencies {
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails"

testImplementation project(':grails-web-testing-support')
testImplementation project(':grails-gorm-testing-support')
testImplementation 'org.grails:grails-web-testing-support'
testImplementation 'org.grails:grails-gorm-testing-support'
}

bootRun {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 b411246

Please sign in to comment.