Skip to content

Commit 006a706

Browse files
author
Craig Walls
committed
Extract dependency versions to gradle.properties
1 parent 90f1f47 commit 006a706

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

build.gradle

-14
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,6 @@ configure(allprojects) {
2525
sourceCompatibility=1.5
2626
targetCompatibility=1.5
2727

28-
ext {
29-
springSocialVersion = '1.1.0.BUILD-SNAPSHOT'
30-
hamcrestVersion = '1.3'
31-
jacksonVersion = '2.3.2'
32-
jspApiVersion = '2.2.1'
33-
junitVersion = '4.11'
34-
mockitoVersion = '1.9.5'
35-
servletApiVersion = '3.0.1'
36-
springSecurityCryptoVersion = '3.2.3.RELEASE'
37-
springVersion = '4.0.3.RELEASE'
38-
springReleaseVersion = "latest.release"
39-
springSnapshotVersion = "latest.integration"
40-
}
41-
4228
[compileJava, compileTestJava]*.options*.compilerArgs = ['-Xlint:none']
4329

4430
sourceSets.test.resources.srcDirs = ['src/test/resources', 'src/test/java']

gradle.properties

+12-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
version=1.1.0.BUILD-SNAPSHOT
1+
version = 1.1.0.BUILD-SNAPSHOT
2+
springSocialVersion = 1.1.0.BUILD-SNAPSHOT
3+
hamcrestVersion = 1.3
4+
jacksonVersion = 2.3.2
5+
jspApiVersion = 2.2.1
6+
junitVersion = 4.11
7+
mockitoVersion = 1.9.5
8+
servletApiVersion = 3.0.1
9+
springSecurityCryptoVersion = 3.2.3.RELEASE
10+
springVersion = 4.0.3.RELEASE
11+
springReleaseVersion = latest.release
12+
springSnapshotVersion = latest.integration

gradle/wrapper/gradle-wrapper.jar

-592 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Fri Feb 21 16:55:33 CST 2014
1+
#Tue Apr 22 13:53:08 CDT 2014
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)