Move version configuration to Gradle properties
This commit is contained in:
@@ -12,7 +12,6 @@ subprojects {
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
|
||||
group = 'org.springframework.graphql'
|
||||
version = "1.0.0-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
version=1.0.0-SNAPSHOT
|
||||
|
||||
org.gradle.caching=true
|
||||
org.gradle.daemon=true
|
||||
org.gradle.parallel=true
|
||||
|
||||
Reference in New Issue
Block a user