Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Brandstätter <timo@swirldslabs.com>
  • Loading branch information
timo0 committed Nov 28, 2023
1 parent 36c78a2 commit 1b1270f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions platform-sdk/swirlds-config-extensions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,3 @@ plugins {
id("com.hedera.hashgraph.sdk.conventions")
id("com.hedera.hashgraph.platform-maven-publish")
}

testModuleInfo {
requires("com.swirlds.common")
requires("com.swirlds.test.framework")
requires("org.junit.jupiter.api")
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
open module com.swirlds.config.extensions.test {
requires com.swirlds.common;
requires com.swirlds.config.extensions;
requires com.swirlds.test.framework;
requires org.junit.jupiter.api;
Expand Down

0 comments on commit 1b1270f

Please sign in to comment.