Marc Prud'hommeaux

Results 59 comments of Marc Prud'hommeaux

We released Skip 0.7.13 last night, which adds `openjdk@17` as a dependency of the `skip` Homebrew package. Run `skip upgrade` from the command line and then ensure `skip checkup` passes...

Skip 0.7.16 adds some additional logic to use the `/opt/homebrew/opt/openjdk@17` installation rather than the `/opt/homebrew/opt/openjdk@21` (which is installed by gradle). This should fix situations where the openjdk@21 install is inadvertently...

Can you post the output of `skip checkup --verbose`?

The problem is from this part of the log: ```plaintext FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':app:compileReleaseKotlin'. > Unknown...

Apologies for not getting back on this sooner. We're still working through some of the issues with Gradle 8.5 and OpenJDK. If you `brew upgrade skip` to `0.7.33`, that version...

I think that problem was a different one that should be resolved if you `skip upgrade` to 0.8.3 (released today). Please try it out and if `skip checkup` or `skip...

Can you try running `brew update` and then `skip upgrade` again? It sounds like the Homebrew cache might not be updating automatically.

As you seem to have surmised, this is the problem: > [!] Java version 1.8.0_411 (< 21.0.0) (check JAVA_HOME envrionment: /Library/Internet Plug-Ins/JavaAppletPlugin. plugin/Contents/Home) You should remove any reference to JAVA_HOME...

From the log: > GRADLE> > GRADLE> ERROR: JAVA_HOME is set to an invalid directory: /opt/homebrew/opt/java > GRADLE> > GRADLE> Please set the JAVA_HOME variable in your environment to match...