demo icon indicating copy to clipboard operation
demo copied to clipboard

Build Fail

Open toduyemi opened this issue 2 years ago • 1 comments

23/08/23

Cloned and ran from MacOS Ventura terminal.

Error log -> FAILURE: Build failed with an exception.

  • Where: Settings file '/Users/****/repos/demo/desktop_app/settings.gradle'

  • What went wrong: Could not compile settings file '/Users/******/repos/demo/desktop_app/settings.gradle'.

startup failed: General error during conversion: Unsupported class file major version 63

I'd really like to take a look at the work done here. How do I resolve this? I am very unfamiliar with java web app builds?

toduyemi avatar Aug 24 '23 01:08 toduyemi

I believe you need to change a line in

demo/gradle/wrapper/gradle-wrapper.properties

to

distributionUrl=https:// services.gradle.org/distributions/gradle-7.6-bin.zip

To make the version of Gradle match the version of Java they are using.

On Wed, Aug 23, 2023 at 9:54 PM toduyemi @.***> wrote:

23/08/23

Cloned and ran from MacOS Ventura terminal.

Error log -> FAILURE: Build failed with an exception.

Where: Settings file '/Users/****/repos/demo/desktop_app/settings.gradle'

What went wrong: Could not compile settings file '/Users/******/repos/demo/desktop_app/settings.gradle'.

startup failed: General error during conversion: Unsupported class file major version 63

I'd really like to take a look at the work done here. How do I resolve this? I am very unfamiliar with java web app builds?

— Reply to this email directly, view it on GitHub https://github.com/7ep/demo/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI3X7UUATACL6JB2UCAW4L3XW2X4NANCNFSM6AAAAAA34JMK4Y . You are receiving this because you are subscribed to this thread.Message ID: @.***>

7ep avatar Aug 24 '23 14:08 7ep