When I pull down and build web3j-cli using Windows/Eclipse/Gradle, I get the following errors. Where is it supposed to be pulling the org.web3j.console.openapi package from? I don't see it anywhere.
The import org.web3j.console.openapi.OpenApiCommand cannot be resolved Web3jCommand.java /web3j-cli/src/main/java/org/web3j/console line 26 Java Problem
The import org.web3j.console.openapi.project.erc777.CopyUtils cannot be resolved Erc777JavaProjectCreator.java /web3j-cli/src/main/java/org/web3j/console/project/java line 16 Java Problem
When I pull down and build web3j-cli using Windows/Eclipse/Gradle, I get the following errors. Where is it supposed to be pulling the org.web3j.console.openapi package from? I don't see it anywhere.