-
-
Notifications
You must be signed in to change notification settings - Fork 962
Closed
Closed
Copy link
Milestone
Description
Issue description
Current in base/skeleton/build.gradle and is currently applied for all profiles, since the yml conversion does not support testFixtures("").
grails-core/grails-profiles/base/skeleton/build.gradle
Lines 23 to 28 in f6d9304
dependencies { | |
implementation platform("org.apache.grails:grails-bom:$grailsVersion") | |
developmentOnly("org.springframework.boot:spring-boot-devtools") // Spring Boot DevTools may cause performance slowdowns or compatibility issues on larger applications | |
integrationTestImplementation testFixtures("org.apache.grails:grails-geb") | |
@dependencies@ | |
} |
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done