@@ -4,8 +4,8 @@ defaultTasks 'build'
4
4
5
5
buildscript {
6
6
repositories {
7
- maven { url " http ://repo.spring.io/plugins-release" }
8
- maven { url " http ://repo.spring.io/plugins-snapshot" }
7
+ maven { url " https ://repo.spring.io/plugins-release" }
8
+ maven { url " https ://repo.spring.io/plugins-snapshot" }
9
9
}
10
10
dependencies {
11
11
classpath(" org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion " )
@@ -21,8 +21,8 @@ allprojects {
21
21
22
22
repositories {
23
23
mavenCentral()
24
- maven { url ' http ://repo.spring.io/libs-release' }
25
- maven { url ' http ://repo.spring.io/libs-milestone' }
24
+ maven { url ' https ://repo.spring.io/libs-release' }
25
+ maven { url ' https ://repo.spring.io/libs-milestone' }
26
26
}
27
27
}
28
28
@@ -358,16 +358,16 @@ configure(javaProjects()) {
358
358
// ]
359
359
360
360
links = [
361
- " http ://docs.spring.io/spring/docs/4.0.x/javadoc-api/" ,
362
- " http ://docs.oracle.com/javase/6/docs/api/" ,
363
- " http ://commons.apache.org/proper/commons-logging/apidocs/" ,
364
- " http ://logging.apache.org/log4j/1.2/apidocs/" ,
365
- " http ://hadoop.apache.org/common/docs/current/api/" ,
366
- " http ://hbase.apache.org/apidocs/" ,
367
- " http ://pig.apache.org/docs/r0.12.0/api/" ,
368
- " http ://hive.apache.org/javadocs/r0.12.0/api/" ,
369
- " http ://docs.spring.io/spring-batch/apidocs/" ,
370
- " http ://docs.spring.io/spring-integration/api/"
361
+ " https ://docs.spring.io/spring/docs/4.0.x/javadoc-api/" ,
362
+ " https ://docs.oracle.com/javase/6/docs/api/" ,
363
+ " https ://commons.apache.org/proper/commons-logging/apidocs/" ,
364
+ " https ://logging.apache.org/log4j/1.2/apidocs/" ,
365
+ " https ://hadoop.apache.org/common/docs/current/api/" ,
366
+ " https ://hbase.apache.org/apidocs/" ,
367
+ " https ://pig.apache.org/docs/r0.12.0/api/" ,
368
+ " https ://hive.apache.org/javadocs/r0.12.0/api/" ,
369
+ " https ://docs.spring.io/spring-batch/apidocs/" ,
370
+ " https ://docs.spring.io/spring-integration/api/"
371
371
]
372
372
373
373
exclude " org/springframework/data/hadoop/config/**"
@@ -380,7 +380,7 @@ configure(javaProjects()) {
380
380
manifest. attributes[" Created-By" ] = " ${ System.getProperty("java.version")} (${ System.getProperty("java.specification.vendor")} )"
381
381
manifest. attributes[' Implementation-Title' ] = ' spring-data-hadoop'
382
382
manifest. attributes[' Implementation-Version' ] = project. version
383
- manifest. attributes[' Implementation-URL' ] = " http ://projects.spring.io/spring-hadoop/"
383
+ manifest. attributes[' Implementation-URL' ] = " https ://projects.spring.io/spring-hadoop/"
384
384
manifest. attributes[' Implementation-Vendor' ] = " Spring by Pivotal"
385
385
manifest. attributes[' Implementation-Vendor-Id' ] = " org.springframework"
386
386
@@ -610,7 +610,7 @@ configure(rootProject) {
610
610
baseName = " spring-data-hadoop"
611
611
classifier = " docs"
612
612
description = " Builds -${ classifier} archive containing api and reference " +
613
- " for deployment at http ://static.springframework.org /spring-hadoop/docs."
613
+ " for deployment at https ://docs.spring.io /spring-hadoop/docs."
614
614
615
615
from(" docs/src/info" ) {
616
616
include " changelog.txt"
@@ -630,7 +630,7 @@ configure(rootProject) {
630
630
baseName = " spring-data-hadoop"
631
631
classifier = " schema"
632
632
description = " Builds -${ classifier} archive containing all " +
633
- " XSDs for deployment at http ://springframework.org/schema."
633
+ " XSDs for deployment at https ://springframework.org/schema."
634
634
635
635
subprojects. each { subproject ->
636
636
def Properties schemas = new Properties ();
@@ -916,13 +916,13 @@ project('spring-data-hadoop-build-tests') {
916
916
}
917
917
918
918
task downloadGutenbergBooks {
919
- ant. get(src : ' http ://mirrors.xmission.com/gutenberg/1/0/100/100-0.txt' ,
919
+ ant. get(src : ' https ://mirrors.xmission.com/gutenberg/1/0/100/100-0.txt' ,
920
920
dest : ' src/test/resources/input/gutenberg' ,skipexisting :true )
921
- ant. get(src : ' http ://mirrors.xmission.com/gutenberg/1/3/135/135-0.txt' ,
921
+ ant. get(src : ' https ://mirrors.xmission.com/gutenberg/1/3/135/135-0.txt' ,
922
922
dest : ' src/test/resources/input/gutenberg' ,skipexisting :true )
923
- ant. get(src : ' http ://mirrors.xmission.com/gutenberg/1/3/9/1399/1399-0.txt' ,
923
+ ant. get(src : ' https ://mirrors.xmission.com/gutenberg/1/3/9/1399/1399-0.txt' ,
924
924
dest : ' src/test/resources/input/gutenberg' ,skipexisting :true )
925
- ant. get(src : ' http ://mirrors.xmission.com/gutenberg/2/6/0/2600/2600-0.txt' ,
925
+ ant. get(src : ' https ://mirrors.xmission.com/gutenberg/2/6/0/2600/2600-0.txt' ,
926
926
dest : ' src/test/resources/input/gutenberg' ,skipexisting :true )
927
927
}
928
928
0 commit comments