Skip to content

Commit

Permalink
Fix web3 docker build (#9348)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Bilyana Gospodinova <bilyana.gospodinova14@gmail.com>
  • Loading branch information
bilyana-gospodinova committed Sep 16, 2024
1 parent d367b2b commit 4898f68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hedera-mirror-web3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ tasks.processTestResources {
tasks.register("resolveSolidityHistorical", SolidityResolve::class) {
group = "historical"
description = "Resolves the historical solidity version $historicalSolidityVersion"
version = historicalSolidityVersion
sources = fileTree("src/testHistorical/solidity")
allowPaths = setOf("src/testHistorical/solidity")

Expand Down

0 comments on commit 4898f68

Please sign in to comment.