Browse Source

Disable build scans in custom layout sample's tests

pull/22614/head
Andy Wilkinson 5 years ago
parent
commit
45d50e279e
  1. 3
      spring-boot-samples/spring-boot-sample-custom-layout/pom.xml

3
spring-boot-samples/spring-boot-sample-custom-layout/pom.xml

@ -50,6 +50,9 @@ @@ -50,6 +50,9 @@
<addTestClassPath>true</addTestClassPath>
<skipInvocation>${skipTests}</skipInvocation>
<streamLogs>true</streamLogs>
<properties>
<scan>false</scan>
</properties>
</configuration>
</execution>
</executions>

Loading…
Cancel
Save