Skip to content

Commit 4659237

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,31 @@ allprojects {
2929
subprojects { apply plugin: "java" }
3030

3131
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"
3333
}
3434

3535
project(':spring-esdata-loader-junit4') {
3636
apply plugin: 'java-library'
3737
dependencies {
3838
api project(':spring-esdata-loader-core')
3939
}
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"
4141
}
4242

4343
project(':spring-esdata-loader-junit-jupiter') {
4444
apply plugin: 'java-library'
4545
dependencies {
4646
api project(':spring-esdata-loader-core')
4747
}
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"
4949
}
5050

5151
project(':spring-esdata-loader-demo') {
5252
apply plugin: 'java'
5353
dependencies {
5454
implementation project(':spring-esdata-loader-junit4'), project(':spring-esdata-loader-junit-jupiter')
5555
}
56-
description = "Demo project for spring-esdata-loader: testing library to easily load data to test your spring-data-elasticsearch-based projects"
56+
description = "Demo project for spring-esdata-loader: a library to easily load data to test your spring-data-elasticsearch-based projects"
5757

5858
}
5959

0 commit comments

Comments
 (0)