gradle / gradle-native

The home of Gradle's support for natively compiled languages
https://blog.gradle.org/introducing-the-new-cpp-plugins
Apache License 2.0
92 stars 8 forks source link

Build Failure on MacOS10.14 (Majave) #971

Closed simonNozaki closed 5 years ago

simonNozaki commented 5 years ago

Expected Behavior

My machine should display version info for current Gradle, but cannot display. And, not only version info but also build, task, and all commands cannot be parse.

Current Behavior

In my console, gradle displays the message below with all commands: FAILURE: Build failed with an exception.

I got some issues for the error, but I cannot resolve this by myself(so that I create this issue).

Context

Usually, I develop Java applications with framework like Spring, and use gradle with build tool for Java Application. With gradle, I not only build Java applications but alson manage 3rd party libraries, so I have hard times to develop...

Steps to Reproduce (for bugs)

Any project can serve you, so for example, I cannot build the project below: https://github.com/simonNozaki/java-exception-handling

Your Environment

OS : MacOS 10.14(Mojave) Java version : openjdk version "1.8.0_192"

Incidently, I could builld Java applications before upgrading MacOS version from High Sierra to Mojave. I tried changing Java version, but there was no mean.

big-guy commented 5 years ago

I suspect that you're hitting some kind of permissions problem. Could you try running a build with gradle build -g gradle-user-home --scan and see if that works?

simonNozaki commented 5 years ago

Thank you for your answering.

Sorry so much but, I could fix this bug by rebooting OS.

Because I could fix the bug, I will close this issue.

Thank you.