Skip to content

Commit 346e89d

Browse files
committed
removing "modularity.inferModulePath = true" from runWithCleanStorage task since is not needed per Jendrik comment and validated locally
Signed-off-by: Alfredo Gutierrez Grajeda <alfredo@hashgraph.com>
1 parent 26e5091 commit 346e89d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

block-node/app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ tasks.withType<JavaExec>().configureEach {
2020
}
2121

2222
tasks.register<JavaExec>("runWithCleanStorage") {
23-
modularity.inferModulePath = true
2423
description = "Run the block node, deleting storage first"
2524
group = "application"
2625

0 commit comments

Comments
 (0)