First time. Desirous to study / check / evaluation / contribute.
Ubuntu – 22.04, openJDK 19.0.2, Gradle 8.1
I get the next error:
gradle clear construct
Together with wallettemplate as a result of Gradle 8.1
Together with integration-test as a result of Gradle 8.1
> Configure venture :
Warning: Utilizing com.google.protobuf:protobuf-gradle-plugin:0.8.18 as a result of Gradle 8.1
> Configure venture :bitcoinj-core
Including 'testOnJdk8' process, as a result of Gradle 8.1
FAILURE: Construct failed with an exception.
* The place:
Construct file '/dwelling/hem/Supply/bitcoinj/core/construct.gradle' line: 101
* What went fallacious:
An issue occurred evaluating venture ':bitcoinj-core'.
> Couldn't set unknown property 'classifier' for process ':bitcoinj-core:javadocJar' of sort org.gradle.api.duties.bundling.Jar.
...
Deprecated Gradle options have been used on this construct, making it incompatible with Gradle 9.0.
I did exchange “classifier” with “archiveClassifier”.
I get
> Job :bitcoinj-core:processResources FAILED
FAILURE: Construct failed with an exception.
* What went fallacious:
Some issues have been discovered with the configuration of process ':bitcoinj-core:processResources' (sort 'ProcessResources').
- Gradle detected an issue with the next location: '/dwelling/hem/Supply/bitcoinj/core/src/foremost/sources'.
Purpose: Job ':bitcoinj-core:processResources' makes use of this output of process ':bitcoinj-core:generateProto' with out declaring an specific or implicit dependency. This may result in incorrect outcomes being produced, relying on what order the duties are executed.
Am I doing this fallacious. Is the mater department not construct in a position with newest gradle?