Fix snapshot check to allow for submodules

This commit is contained in:
dotasek 2024-08-28 12:40:31 -04:00
parent 27f14c6d93
commit 970b5a581b
1 changed files with 4 additions and 0 deletions

View File

@ -802,6 +802,10 @@
<requireReleaseDeps>
<message>No Snapshots Allowed!</message>
<failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
<excludes>
<exclude>ca.uhn.hapi.fhir:org.hl7.fhir.*</exclude>
</excludes>
</requireReleaseDeps>
</rules>
</configuration>