Commit 51972ef
authored
fix: Adds an empty list to nonFilteredFileExtensions (#2367)
without this change an NPE is being thrown from Maven Resources Filtering
with this change since the list is empty an NPE is no longer thrown
fixes #2361
Signed-off-by: Marcin Grzejszczak <[email protected]>1 parent 8482eb6 commit 51972ef
File tree
1 file changed
+2
-1
lines changed- spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/main/java/org/springframework/cloud/contract/maven/verifier
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
0 commit comments