This is an automated email from the ASF dual-hosted git repository. cmarcum pushed a commit to branch task/geb-testcontainers in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
commit ead468c9795f8176166bb343599e7d7ec1a96153 Author: Carl Marcum <[email protected]> AuthorDate: Sun Feb 22 13:02:04 2026 -0500 remove plugin --- integration/geb-testcontainers/geb-testcontainers.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/integration/geb-testcontainers/geb-testcontainers.gradle b/integration/geb-testcontainers/geb-testcontainers.gradle index 6ca65cd1..7b288442 100644 --- a/integration/geb-testcontainers/geb-testcontainers.gradle +++ b/integration/geb-testcontainers/geb-testcontainers.gradle @@ -18,7 +18,6 @@ */ plugins { id 'geb.test-framework-integration-module' - id 'geb.dockerised-test' } // tests require java 18+ for SimpleFileServer
