This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-RC1 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit c2ceaea110c4cf9ee88440c6b32bf7c3d1bde68d Author: danhaywood <[email protected]> AuthorDate: Sat Mar 16 16:03:45 2024 +0000 release-2.0.0: don't filter schema.gql --- viewers/graphql/test/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewers/graphql/test/pom.xml b/viewers/graphql/test/pom.xml index bb206d1cc5..fa681ced5a 100644 --- a/viewers/graphql/test/pom.xml +++ b/viewers/graphql/test/pom.xml @@ -49,7 +49,7 @@ <testResources> <testResource> <directory>src/test/resources</directory> - <filtering>true</filtering> + <filtering>false</filtering> </testResource> <testResource> <directory>src/test/java</directory>
