You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,31 +29,31 @@ allprojects {
29
29
subprojects { apply plugin: "java" }
30
30
31
31
project(':spring-esdata-loader-core') {
32
-
description ="Core implementation of spring-esdata-loader"
32
+
description ="Core implementation of spring-esdata-loader: a library to easily load data to test your spring-data-elasticsearch-based projects"
33
33
}
34
34
35
35
project(':spring-esdata-loader-junit4') {
36
36
apply plugin: 'java-library'
37
37
dependencies {
38
38
api project(':spring-esdata-loader-core')
39
39
}
40
-
description ="JUnit4 implementation of spring-esdata-loader: testing library to easily load data to test your spring-data-elasticsearch-based projects"
40
+
description ="JUnit4 implementation of spring-esdata-loader: a library to easily load data to test your spring-data-elasticsearch-based projects"
41
41
}
42
42
43
43
project(':spring-esdata-loader-junit-jupiter') {
44
44
apply plugin: 'java-library'
45
45
dependencies {
46
46
api project(':spring-esdata-loader-core')
47
47
}
48
-
description ="JUnit Jupiter implementation of spring-esdata-loader: testing library to easily load data to test your spring-data-elasticsearch-based projects"
48
+
description ="JUnit Jupiter implementation of spring-esdata-loader: a library to easily load data to test your spring-data-elasticsearch-based projects"
0 commit comments