This is an automated email from the ASF dual-hosted git repository. jonnybot pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
commit 3998440900220f9eb93c90e5bdff05f70df5ec24 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
