This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new a478bdb86e release-2.0.0: don't filter schema.gql
a478bdb86e is described below
commit a478bdb86ec07566b94c140b9a9471a9fe7d7bcb
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 2426388a2a..0127383a20 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>