@@ -5,13 +5,12 @@ plugins {
5
5
id ' jacoco'
6
6
id ' org.sonarqube' version ' 2.8'
7
7
id ' checkstyle'
8
- id ' org.ajoberstar.grgit' version ' 3.1.1 '
8
+ id ' org.ajoberstar.grgit' version ' 4.0.0 '
9
9
id " io.spring.dependency-management" version ' 1.0.8.RELEASE'
10
- id ' com.jfrog.artifactory' version ' 4.9.8 ' apply false
10
+ id ' com.jfrog.artifactory' version ' 4.10.0 ' apply false
11
11
}
12
- description = ' Spring Integration AWS Support'
13
12
14
- apply from : " ${ rootProject.projectDir } /publish-maven.gradle "
13
+ description = ' Spring Integration AWS Support '
15
14
16
15
group = ' org.springframework.integration'
17
16
@@ -24,18 +23,18 @@ repositories {
24
23
}
25
24
26
25
ext {
27
- assertjVersion = ' 3.13.2 '
26
+ assertjVersion = ' 3.14.0 '
28
27
awaitilityVersion = ' 4.0.1'
29
28
dynamodbLockClientVersion = ' 1.1.0'
30
- jacksonVersion = ' 2.10.0 '
29
+ jacksonVersion = ' 2.10.1 '
31
30
junitVersion = ' 5.5.2'
32
31
servletApiVersion = ' 4.0.1'
33
32
localstackVersion = ' 0.1.22'
34
33
log4jVersion = ' 2.12.1'
35
- springCloudAwsVersion = ' 2.2.0.RC1 '
36
- springIntegrationVersion = ' 5.2.1 .BUILD-SNAPSHOT'
37
- kinesisClientVersion = ' 1.12 .0'
38
- kinesisProducerVersion = ' 0.13.1 '
34
+ springCloudAwsVersion = ' 2.2.0.BUILD-SNAPSHOT '
35
+ springIntegrationVersion = ' 5.2.2 .BUILD-SNAPSHOT'
36
+ kinesisClientVersion = ' 1.13 .0'
37
+ kinesisProducerVersion = ' 0.14.0 '
39
38
40
39
idPrefix = ' aws'
41
40
46
45
linkScmConnection = ' https://github.com/spring-projects/spring-integration-aws.git'
47
46
linkScmDevConnection
= ' [email protected] :spring-projects/spring-integration-aws.git'
48
47
49
- modifiedFiles =
50
- files(grgit. status(). unstaged. modified). filter{ f -> f. name. endsWith(' .java' ) }
48
+ modifiedFiles = files(grgit. status(). unstaged. modified). filter{ f -> f. name. endsWith(' .java' ) }
51
49
}
52
50
53
51
ext. javadocLinks = [
@@ -89,7 +87,7 @@ dependencyManagement {
89
87
}
90
88
91
89
jacoco {
92
- toolVersion = ' 0.8.4 '
90
+ toolVersion = ' 0.8.5 '
93
91
}
94
92
95
93
checkstyle {
@@ -249,7 +247,6 @@ task schemaZip(type: Zip) {
249
247
from xsdFile. path
250
248
}
251
249
}
252
-
253
250
}
254
251
255
252
task docsZip (type : Zip ) {
@@ -265,7 +262,6 @@ task docsZip(type: Zip) {
265
262
from(javadoc) {
266
263
into ' api'
267
264
}
268
-
269
265
}
270
266
271
267
task distZip (type : Zip , dependsOn : [docsZip, schemaZip]) {
@@ -302,3 +298,5 @@ task dist(dependsOn: assemble) {
302
298
group = ' Distribution'
303
299
description = ' Builds -dist, -docs and -schema distribution archives.'
304
300
}
301
+
302
+ apply from : " ${ rootProject.projectDir} /publish-maven.gradle"
0 commit comments