Skip to content

Commit

Permalink
CAUSEWAY-3666: fixes error when added license header; don't filter sc…
Browse files Browse the repository at this point in the history
…hema.gql as messes up i18n characters
  • Loading branch information
danhaywood committed Mar 25, 2024
1 parent 12a06b6 commit e89b147
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

roles:
roles:
- __name: causeway-conf-ConfigurationMenu
description: Access configuration properties
permissions:
Expand Down
2 changes: 1 addition & 1 deletion viewers/graphql/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<testResources>
<testResource>
<directory>src/test/resources</directory>
<filtering>true</filtering>
<filtering>false</filtering>
</testResource>
<testResource>
<directory>src/test/java</directory>
Expand Down
2 changes: 1 addition & 1 deletion viewers/graphql/test2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<testResources>
<testResource>
<directory>src/test/resources</directory>
<filtering>true</filtering>
<filtering>false</filtering>
</testResource>
<testResource>
<directory>src/test/java</directory>
Expand Down

0 comments on commit e89b147

Please sign in to comment.