parent
b77dbcd06f
commit
7ace6cd450
|
@ -1,2 +1,4 @@
|
||||||
spring.main.banner-mode=off
|
spring.main.banner-mode=off
|
||||||
|
distribute.optional-deployments[0]=.*\\.zip
|
||||||
|
distribute.optional-deployments[1]=spring-boot-project-\\d\\.\\d\\.\\d(?:\\.RELEASE)?\\.pom
|
||||||
logging.level.io.spring.concourse=DEBUG
|
logging.level.io.spring.concourse=DEBUG
|
|
@ -9,7 +9,3 @@ bintray:
|
||||||
sonatype:
|
sonatype:
|
||||||
user-token: sonatype-user
|
user-token: sonatype-user
|
||||||
password-token: sonatype-password
|
password-token: sonatype-password
|
||||||
distribute:
|
|
||||||
optional-deployments:
|
|
||||||
- '.*\.zip'
|
|
||||||
- 'spring-boot-project-\d\.\d\.\d(?:\.RELEASE)?\.pom'
|
|
||||||
|
|
Loading…
Reference in New Issue