Skip to content

Commit c75ddb5

Browse files
committed
chore: modules descriptions
1 parent 791a6b9 commit c75ddb5

File tree

30 files changed

+42
-21
lines changed

30 files changed

+42
-21
lines changed

cli/flamingock-cli/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
`maven-publish`
66
}
77

8-
description = "Flamingock CLI"
8+
description = "Command-line interface for Flamingock audit and issue management operations"
99

1010
dependencies {
1111
implementation(project(":core:flamingock-core"))

cloud/flamingock-cloud-bom/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ dependencies {
1313
// etc.
1414
}
1515
}
16+
17+
description = "Bill of Materials for Cloud Edition dependency management"

cloud/flamingock-cloud/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
testImplementation(project(":core:target-systems:nontransactional-target-system"))
77
}
88

9-
description = "${project.name}'s description"
9+
description = "Cloud Edition implementation with advanced governance, observability, and SaaS features"
1010

1111

1212
tasks.withType<JavaCompile>().configureEach {

community/flamingock-auditstore-couchbase/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
testImplementation("org.testcontainers:junit-jupiter:1.21.3")
1010
}
1111

12-
description = "${project.name}'s description"
12+
description = "Couchbase audit store implementation for distributed change auditing"
1313

1414
java {
1515
toolchain {

community/flamingock-auditstore-dynamodb/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
testImplementation("io.mongock:dynamodb-driver:5.5.0")
2020
}
2121

22-
description = "${project.name}'s description"
22+
description = "Amazon DynamoDB audit store implementation for change tracking"
2323

2424
java {
2525
toolchain {

community/flamingock-auditstore-mongodb-sync/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
testImplementation("io.mongock:mongodb-sync-v4-driver:5.5.0")
2222
}
2323

24-
description = "${project.name}'s description"
24+
description = "MongoDB audit store implementation using synchronous MongoDB driver"
2525

2626
java {
2727
toolchain {

community/flamingock-community-bom/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ dependencies {
1515
api("io.flamingock:flamingock-springboot-integration:${version}")
1616
api("io.flamingock:flamingock-graalvm:${version}")
1717
}
18-
}
18+
}
19+
20+
description = "Bill of Materials for Community Edition dependency management"

community/flamingock-community/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
api(project(":community:flamingock-auditstore-mongodb-sync"))
1616
}
1717

18-
description = "${project.name}'s description"
18+
description = "Community Edition aggregate module providing self-managed audit capabilities"
1919

2020
java {
2121
toolchain {

core/flamingock-core-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
implementation("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")
88
}
99

10-
description = "${project.name}'s description"
10+
description = "Public API annotations and interfaces for defining changes, stages, and templates"
1111

1212
java {
1313
toolchain {

core/flamingock-core-commons/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
implementation("com.fasterxml.jackson.core:jackson-core:$jacksonVersion")
1010
}
1111

12-
description = "${project.name}'s description"
12+
description = "Shared internal utilities, preview system, and common infrastructure components"
1313

1414
java {
1515
toolchain {

0 commit comments

Comments
 (0)