Disable maven enforcer for now

This commit is contained in:
md_5 2023-06-18 20:55:47 +10:00
parent da3616e636
commit c7adcf9fdf
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -204,7 +204,7 @@
</rules> </rules>
</configuration> </configuration>
<goals> <goals>
<goal>enforce</goal> <!--<goal>enforce</goal>--> <!-- Disabled until maven-resolver is upgraded again. -->
</goals> </goals>
</execution> </execution>
</executions> </executions>