Skip to content

Commit 8ee6e9a

Browse files
committed
Add XML-based support for .drawio file type
1 parent ca27b31 commit 8ee6e9a

File tree

1 file changed

+3
-2
lines changed
  • maven-plugins/enforcer-maven-plugin/src/main/java/io/helidon/build/maven/enforcer/copyright

1 file changed

+3
-2
lines changed

maven-plugins/enforcer-maven-plugin/src/main/java/io/helidon/build/maven/enforcer/copyright/ValidatorXml.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 Oracle and/or its affiliates.
2+
* Copyright (c) 2021, 2025 Oracle and/or its affiliates.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -44,7 +44,8 @@ public Set<String> supportedSuffixes() {
4444
".xcs",
4545
".jsf",
4646
".hs",
47-
".jhm");
47+
".jhm",
48+
".drawio");
4849
}
4950

5051
@Override

0 commit comments

Comments
 (0)