You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
Issues with Mac Github Actions execution with Java 17.
Example run of Github actions failing doctest but doctest passes locally.
FAILURE: Build failed with an exception.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.6.1/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 3 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.
174 actionable tasks: 158 executed, 16 up-to-date
* What went wrong:
Execution failed for task ':doctest:doctest'.
> Process 'command '/Users/runner/work/sql/sql/doctest/bin/test-docs'' finished with non-zero exit value 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org/
BUILD FAILED in 18m 5s
Error: Process completed with exit code 1.```
The text was updated successfully, but these errors were encountered:
What is the bug?
Issues with Mac Github Actions execution with Java 17.
Example run of Github actions failing doctest but doctest passes locally.
The text was updated successfully, but these errors were encountered: