Skip to content

Commit

Permalink
fix references to old project paths
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed May 29, 2023
1 parent 36abb0a commit 243fab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/build.gradle
Expand Up @@ -131,7 +131,7 @@ distributions {
from { project(':eth-faucet').startScripts.outputs.files }
from { project(':eth-crawler').startScripts.outputs.files }
from { project(':jsonrpc-app').startScripts.outputs.files }
from { project(':stratum:proxy').startScripts.outputs.files }
from { project(':stratum-proxy').startScripts.outputs.files }
fileMode = 0755
}
}
Expand Down
2 changes: 1 addition & 1 deletion stratum-proxy/build.gradle
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation project(':jsonrpc')
implementation project(':units')
implementation project(':eth')
implementation project(':stratum:server')
implementation project(':stratum-server')
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'io.vertx:vertx-core'
implementation 'io.vertx:vertx-lang-kotlin-coroutines'
Expand Down

0 comments on commit 243fab7

Please sign in to comment.