Skip to content

Commit 3fdce93

Browse files
committed
chore(all): update projects description
1 parent 1189499 commit 3fdce93

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,32 @@ allprojects {
2828

2929
subprojects { apply plugin: "java" }
3030

31+
project(':spring-esdata-loader-core') {
32+
description = "Core implementation of spring-esdata-loader"
33+
}
34+
3135
project(':spring-esdata-loader-junit4') {
3236
apply plugin: 'java-library'
3337
dependencies {
3438
api project(':spring-esdata-loader-core')
3539
}
36-
description = "JUnit4 implementation of spring-esdata-loader"
40+
description = "JUnit4 implementation of spring-esdata-loader: testing library to easily load data to test your spring-data-elasticsearch-based projects"
3741
}
3842

3943
project(':spring-esdata-loader-junit-jupiter') {
4044
apply plugin: 'java-library'
4145
dependencies {
4246
api project(':spring-esdata-loader-core')
4347
}
44-
description = "JUnit Jupiter implementation of spring-esdata-loader"
48+
description = "JUnit Jupiter implementation of spring-esdata-loader: testing library to easily load data to test your spring-data-elasticsearch-based projects"
4549
}
4650

4751
project(':spring-esdata-loader-demo') {
4852
apply plugin: 'java'
4953
dependencies {
5054
implementation project(':spring-esdata-loader-junit4'), project(':spring-esdata-loader-junit-jupiter')
5155
}
52-
description = "Demo project for spring-esdata-loader"
56+
description = "Demo project for spring-esdata-loader: testing library to easily load data to test your spring-data-elasticsearch-based projects"
5357

5458
}
5559

0 commit comments

Comments
 (0)