Skip to content

Commit

Permalink
Changed the project name from postgresql to jdbc-yugabytedb
Browse files Browse the repository at this point in the history
  • Loading branch information
kneeraj committed Oct 4, 2024
1 parent 3873472 commit 384d2a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pgjdbc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ karaf {
features.apply {
xsdVersion = "1.5.0"
feature(closureOf<com.github.lburgazzoli.gradle.plugin.karaf.features.model.FeatureDescriptor> {
name = "postgresql"
name = "jdbc-yugabytedb"
description = "PostgreSQL JDBC driver karaf feature"
version = project.version.toString()
details = "Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database"
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ includeBuild("build-logic")
// Renovate treats names as dependency coordinates when vararg include(...) is used, so we have separate include calls here
// include("benchmarks")
// include("pgjdbc-osgi-test")
include("postgresql")
include("jdbc-yugabytedb")
include("bom")

project(":postgresql").projectDir = file("pgjdbc")
project(":jdbc-yugabytedb").projectDir = file("pgjdbc")

// See https://github.com/gradle/gradle/issues/1348#issuecomment-284758705 and
// https://github.com/gradle/gradle/issues/5321#issuecomment-387561204
Expand Down

0 comments on commit 384d2a1

Please sign in to comment.