web3j-gradle-plugin icon indicating copy to clipboard operation
web3j-gradle-plugin copied to clipboard

web3j Gradle plugin

Results 11 web3j-gradle-plugin issues
Sort by recently updated
recently updated
newest added

# gradle build failed with this error: ```text FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'api'. > Could not resolve all...

bug

When trying to build using `./gradlew build` it fails ``` ./gradlew build Downloading https://services.gradle.org/distributions/gradle-7.6-bin.zip .................................................................................................................... Welcome to Gradle 7.6! Here are the highlights of this release: - Added support for...

Hi, I met this problem all the time * What went wrong: A problem was found with the configuration of task ':npmInstall' (type 'NpmInstallTask'). - In plugin 'com.github.gradle.node.NodePlugin' type 'com.github.gradle.node.npm.task.NpmInstallTask'...

bug

I am using windows 11 and used gradle 6.5 and 7.5 to validate this issue. Things used to work as expected till now until I shut off a build process...

I have a java project and a simple-storage smart contract which I am trying to compile and generate java based code using web3j gradle plugin. It's able to generate the...

The generateContractWrappers task fails when running on a mac with an arm m1 chip ## Steps To Reproduce Run the generateContractWrappers task on a m1 mac ### Expected behavior It...

bug

I need to interact with a repository with a complex layout and I would like not to import the whole thing into my main java project, but instead simply rely...

enhancement
help wanted
good first issue

When using the plugin in a Kotlin project, the `compileKotlin` task comes before `compileSolidity` and `generateContractWrappers`. This means that if you have Kotlin code trying to use the generated contracts...

bug
enhancement

I use the Epirus to generate the project and then in the build.gradle ``` import org.web3j.solidity.gradle.plugin.OutputComponent solidity { outputComponents = [OutputComponent.BIN, OutputComponent.ABI, OutputComponent.METADATA] version = '0.7.1' } ``` I can...

help wanted

## Support of multiple solidity versions Hi team! In our company we use your plugin and it is great. However, we have a suggestion how it can be enhanced and...

enhancement