Skip to content

Commit 3ca5358

Browse files
authored
Update geb-with-webdriver title and description
1 parent 60638fd commit 3ca5358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/test/GebWithWebDriverBinaries.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ public String getName() {
5252

5353
@Override
5454
public String getTitle() {
55-
return "Geb Functional Testing for Grails with WebDriver binaries Gradle plugin";
55+
return "Geb Functional Testing for Grails with WebDriver binaries Gradle plugin - no longer maintained";
5656
}
5757

5858
@NonNull
5959
@Override
6060
public String getDescription() {
61-
return "This plugins configure Geb for Grails framework to write automation tests with WebDriver binaries Gradle plugin.";
61+
return "This plugins configure Geb for Grails framework to write automation tests with WebDriver binaries Gradle plugin. No longer maintained and limited to Gradle 8.6 and JDK 21. geb-with-testcontainers is the replacement and default starting with Grails 7.";
6262
}
6363

6464
@Override

0 commit comments

Comments
 (0)