Skip to content

Commit

Permalink
chore: rename directory 'swirlds-jasperdb' to 'swirlds-merkledb' (#15143
Browse files Browse the repository at this point in the history
)

Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes authored and rbarkerSL committed Sep 5, 2024
1 parent 1dd9779 commit 586d3c5
Show file tree
Hide file tree
Showing 125 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
/platform-sdk/swirlds-config-*/ @hashgraph/platform-base
/platform-sdk/swirlds-fchashmap/ @hashgraph/platform-data @hashgraph/platform-architects
/platform-sdk/swirlds-fcqueue/ @hashgraph/platform-data @hashgraph/platform-architects
/platform-sdk/swirlds-jasperdb/ @hashgraph/platform-data @hashgraph/platform-architects
/platform-sdk/swirlds-merkledb/ @hashgraph/platform-data @hashgraph/platform-architects
/platform-sdk/swirlds-logging/ @hashgraph/platform-hashgraph @hashgraph/platform-base
/platform-sdk/swirlds-logging-*/ @hashgraph/platform-base
/platform-sdk/swirlds-merkle/ @hashgraph/platform-data @hashgraph/platform-architects
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ javaModules {
// The Hedera platform modules
directory("platform-sdk") {
group = "com.swirlds"
module("swirlds-jasperdb") { artifact = "swirlds-merkledb" }
module("swirlds") // not actually a Module as it has no module-info.java
module("swirlds-benchmarks") // not actually a Module as it has no module-info.java
module("swirlds-unit-tests/core/swirlds-platform-test") // nested module is not found automatically
Expand Down

0 comments on commit 586d3c5

Please sign in to comment.