You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/test/GebWithWebDriverBinaries.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,13 @@ public String getName() {
52
52
53
53
@Override
54
54
publicStringgetTitle() {
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";
56
56
}
57
57
58
58
@NonNull
59
59
@Override
60
60
publicStringgetDescription() {
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.";
0 commit comments