Configure copyright updates on package-info.java as well

Closes gh-44801
This commit is contained in:
Stéphane Nicoll 2025-03-20 15:24:23 +01:00
parent 36a5936494
commit d930b3e8b8
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<component name="DependencyValidationManager">
<scope name="java" pattern="file:*.java&amp;&amp;!file:*package-info.java" />
<scope name="java" pattern="file:*.java" />
</component>