Move version property from build.gradle to gradle.properties.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,7 +7,6 @@ build
|
||||
bin
|
||||
.rest-shell.log
|
||||
spring-shell.log
|
||||
gradle.properties
|
||||
/target/
|
||||
*.iml
|
||||
.idea/
|
||||
|
||||
@@ -40,7 +40,6 @@ if (project.hasProperty('platformVersion')) {
|
||||
}
|
||||
|
||||
archivesBaseName = "spring-cloud-cloudfoundry-service-broker"
|
||||
version = "1.0.0.BUILD-SNAPSHOT"
|
||||
group = "org.springframework.cloud"
|
||||
description = "Spring Cloud - Cloud Foundry Service Broker"
|
||||
|
||||
|
||||
1
gradle.properties
Normal file
1
gradle.properties
Normal file
@@ -0,0 +1 @@
|
||||
version=1.0.0.BUILD-SNAPSHOT
|
||||
Reference in New Issue
Block a user