web3j / homebrew-web3j

web3j homebrew tap
2 stars 8 forks source link

web3j: Unsupported special dependency :openjdk #13

Open autodidacticon opened 3 years ago

autodidacticon commented 3 years ago

Similar to #11 , can we fix this by depending on temurin?

patternica commented 2 years ago

I have the same issue, how to fix it?

taihucao commented 2 years ago

You can create the web3j.rb file manually in the Dir of '/opt/homebrew/Library/Taps/web3j/homebrew-web3j', copy the content from the github file, then delete 'depends_on :openjdk => "1.7+"'. Go on with 'brew tap' and 'brew install', you will make it then.