Skip to content

Commit

Permalink
Go back to compile dependencies in cj-btc-cli for now
Browse files Browse the repository at this point in the history
`api` messes up the regTest classpath. I need to read
the `java-library` plugin docs a little more thoroughly to 
make this work without using the deprecated `compile` configuration.
  • Loading branch information
msgilligan committed Oct 9, 2018
1 parent 6baef29 commit 56ec891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cj-btc-cli/build.gradle
Expand Up @@ -7,9 +7,9 @@ plugins {
}

dependencies {
api project(':cj-btc-jsonrpc')
compile project(':cj-btc-jsonrpc')

api 'commons-cli:commons-cli:1.4'
compile 'commons-cli:commons-cli:1.4'

runtimeOnly "org.slf4j:slf4j-simple:${slf4jVersion}"

Expand Down

0 comments on commit 56ec891

Please sign in to comment.