Hi
I have a project with sub-projects. Everything builds ok when I’m using the gradle wrapper set to version 5.2. However when I upgrade to gradlew 5.4 I get the following error. I’ve been stuck on this problem for a couple of days now. Any suggestions?
Thanks, Derek
* What went wrong:
Could not determine the dependencies of task ':H**Sdk:compileJava'.
> Could not resolve all task dependencies for configuration ':H**Sdk:compileClasspath'.
> Could not resolve project :NnnnWurksLib.
Required by:
project :H**Sdk
> Unable to find a matching variant of project :NnnnWurksLib:
- Variant 'apiElements' capability com.novawurks:NnnnWurksLib:0.0.000-dealy-SNAPSHOT:
- Incompatible attribute:
- Required org.gradle.jvm.version '7' and found incompatible value '8'.