Open tbrodbeck opened 3 years ago
I'm having this issue as well. :-(
This is because Gradle is not recognizing your Java version. Please upgrade gradle version in gradle/wrapper/gradle-wrapper.properties
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-bin.zip
^ This worked for me. My Java version was 11.0.19
You can check Gradle/Java compatibility from this Table
This the assemble command yields an error:
My OS:
Tried it with IntelliJ as well for good measure: