Skip to content

Commit 7ace6cd

Browse files
committed
Move properties to correct file
See gh-22543
1 parent b77dbcd commit 7ace6cd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
spring.main.banner-mode=off
2+
distribute.optional-deployments[0]=.*\\.zip
3+
distribute.optional-deployments[1]=spring-boot-project-\\d\\.\\d\\.\\d(?:\\.RELEASE)?\\.pom
24
logging.level.io.spring.concourse=DEBUG

ci/images/releasescripts/src/test/resources/application.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ bintray:
99
sonatype:
1010
user-token: sonatype-user
1111
password-token: sonatype-password
12-
distribute:
13-
optional-deployments:
14-
- '.*\.zip'
15-
- 'spring-boot-project-\d\.\d\.\d(?:\.RELEASE)?\.pom'

0 commit comments

Comments
 (0)