You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to a similar issue in web3j-gradle-plugin. The proposed solution would be to add a Gradle snippet to make compileKotlin depend on generateCorDappWrappers:
Note that for this to work, parallel execution must be disabled by adding org.gradle.parallel=false to your Gradle properties. Unfortunately, at the moment is not possible to disable parallel execution on specific tasks.
The Gradle task
generateCorDappWrappers
should be run automatically when running thebuild
task.Users should not be required to be aware of the task unless they want to call it explicitly.
The text was updated successfully, but these errors were encountered: