Skip to content

Commit 212392d

Browse files
committed
Move version configuration to Gradle properties
1 parent 553dd3e commit 212392d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ subprojects {
1212
apply plugin: 'io.spring.dependency-management'
1313

1414
group = 'org.springframework.graphql'
15-
version = "1.0.0-SNAPSHOT"
1615

1716
repositories {
1817
mavenCentral()

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version=1.0.0-SNAPSHOT
2+
13
org.gradle.caching=true
24
org.gradle.daemon=true
35
org.gradle.parallel=true

0 commit comments

Comments
 (0)