Skip to content

Commit

Permalink
Add description, rename lib
Browse files Browse the repository at this point in the history
  • Loading branch information
rieske committed Nov 1, 2023
1 parent 6fd4e5b commit d80760c
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/build.gradle → postgres-cdc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ plugins {
id("io.github.rieske.postgres-cdc.published-library")
}

description = "Stream changes from PostgreSQL database (Change Data Capture)."

dependencies {
implementation("org.postgresql:postgresql:42.6.0")
implementation("org.slf4j:slf4j-api:2.0.9")
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencyResolutionManagement {
mavenCentral()
}
}
rootProject.name = 'postgres-cdc'
rootProject.name = "postgres-cdc"

include('lib')
include("postgres-cdc")

0 comments on commit d80760c

Please sign in to comment.