hyperledger-web3j / web3j-solidity-gradle-plugin

Gradle plugin providing tasks to compile Solidity contracts.
Apache License 2.0
21 stars 25 forks source link

Plugin setup fails with unknown property 'outputDir' #64

Open SuperBatata opened 1 year ago

SuperBatata commented 1 year ago

Setup the plugin with Gradle 8.0.1 returning error

An exception occurred applying plugin request [id: 'org.web3j.solidity', version: '0.4.0']

Failed to apply plugin 'org.web3j.solidity'. Could not set unknown property 'outputDir' for Main Solidity Sources of type org.gradle.api.internal.file.DefaultSourceDirectorySet.

steven-sheehy commented 1 year ago

We're experiencing this as well with Gradle 8 and plugin 0.4.0.

andy-bitso commented 1 year ago

I'm seeing the same

thenikg commented 1 year ago

i am seeing the same

oviniciusfeitosa commented 1 year ago

I'm seeing the same

NickSneo commented 5 months ago

Plz can some one confirm if latest release web3j-solidity-gradle-plugin v0.5.0 fixes this?