@@ -3,7 +3,7 @@ buildscript {
3
3
maven { url " http://repo.springsource.org/plugins-release" }
4
4
}
5
5
dependencies {
6
- classpath(" org.springframework.build.gradle:propdeps-plugin:0.0.5 " )
6
+ classpath(" org.springframework.build.gradle:propdeps-plugin:0.0.6 " )
7
7
classpath(" org.springframework.build.gradle:docbook-reference-plugin:0.2.8" )
8
8
}
9
9
}
@@ -12,11 +12,6 @@ configure(allprojects) { project ->
12
12
group = " org.springframework"
13
13
version = qualifyVersionIfNecessary(version)
14
14
15
- // The following is a work-around for allowing to build on JDK 8 until the
16
- // Gradle build uses Ant 1.9.x by default. This is necessary to avoid the
17
- // "Class not found: javac1.8" issue with Ant versions prior to 1.9.x
18
- ant. properties[" build.compiler" ] = " javac1.7"
19
-
20
15
ext. aspectjVersion = " 1.7.4"
21
16
ext. hsqldbVersion = " 1.8.0.10"
22
17
ext. junitVersion = " 4.11"
@@ -94,6 +89,7 @@ configure(allprojects) { project ->
94
89
" http://commons.apache.org/proper/commons-codec/apidocs/" ,
95
90
" http://commons.apache.org/proper/commons-dbcp/apidocs/" ,
96
91
" http://portals.apache.org/pluto/portlet-2.0-apidocs/" ,
92
+ " http://tiles.apache.org/tiles-request/apidocs/" ,
97
93
" http://tiles.apache.org/framework/apidocs/" ,
98
94
" http://aopalliance.sourceforge.net/doc/" ,
99
95
" http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/" ,
@@ -842,6 +838,7 @@ configure(rootProject) {
842
838
843
839
apply plugin : " docbook-reference"
844
840
apply plugin : " groovy"
841
+
845
842
// apply plugin: "detect-split-packages"
846
843
apply from : " ${ gradleScriptDir} /jdiff.gradle"
847
844
@@ -921,7 +918,7 @@ configure(rootProject) {
921
918
}
922
919
}
923
920
924
- task docsZip(type : Zip ) {
921
+ task docsZip(type : Zip , dependsOn : ' reference ' ) {
925
922
group = " Distribution"
926
923
baseName = " spring-framework"
927
924
classifier = " docs"
0 commit comments