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 120e2c5bc37ef0ace725bcce532f7cea34e9d0ba Author: Carl Marcum <[email protected]> AuthorDate: Sun Feb 15 10:38:58 2026 -0500 remove codenarc issue from the temporary section of README.md. --- integration/geb-testcontainers/README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/integration/geb-testcontainers/README.md b/integration/geb-testcontainers/README.md index 88ebd2d4..aad74240 100644 --- a/integration/geb-testcontainers/README.md +++ b/integration/geb-testcontainers/README.md @@ -22,13 +22,7 @@ A library to support using Testcontainers in Apache Geb integration testing. Currently, this library is a work in progress and is not yet ready for production use. -Work is ongoing to fix a number of codenarc issues and remove some remaining Grails references. - -To run the build or run tests, you have to exclude the codenarc tasks. - -```shell -./gradlew check --rerun-tasks -x codenarcMain -x codenarcTest -x codenarcIntegrationTest -``` +Work is ongoing to remove some remaining Grails references. ## Geb Functional Testing using Testcontainers
