Refine regex

See gh-22543
This commit is contained in:
Phillip Webb 2020-07-23 21:23:42 -07:00
parent 7ace6cd450
commit f68671e1bc

View File

@ -1,4 +1,4 @@
spring.main.banner-mode=off
distribute.optional-deployments[0]=.*\\.zip
distribute.optional-deployments[1]=spring-boot-project-\\d\\.\\d\\.\\d(?:\\.RELEASE)?\\.pom
distribute.optional-deployments[1]=spring-boot-project-\\d+\\.\\d+\\.\\d+(?:\\.RELEASE)?\\.pom
logging.level.io.spring.concourse=DEBUG