Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save osscontributor/18060b0acfc2a4b0fe8e45bea114a5f1 to your computer and use it in GitHub Desktop.
Save osscontributor/18060b0acfc2a4b0fe8e45bea114a5f1 to your computer and use it in GitHub Desktop.
brownj@dhcp5 ~ % git clone git@github.com:jeffbrown/demoforpuneet.git
Cloning into 'demoforpuneet'...
remote: Enumerating objects: 110, done.
remote: Counting objects: 100% (110/110), done.
remote: Compressing objects: 100% (84/84), done.
remote: Total 110 (delta 15), reused 110 (delta 15), pack-reused 0
Receiving objects: 100% (110/110), 803.40 KiB | 3.42 MiB/s, done.
Resolving deltas: 100% (15/15), done.
brownj@dhcp5 ~ %
brownj@dhcp5 ~ %
brownj@dhcp5 ~ % cd demoforpuneet
brownj@dhcp5 demoforpuneet %
brownj@dhcp5 demoforpuneet % ./gradlew bootRun
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/brownj/demoforpuneet/build.gradle' line: 20
* What went wrong:
A problem occurred evaluating root project 'demoforpuneet'.
> 'org.gradle.api.file.DirectoryProperty org.gradle.api.tasks.testing.TestReport.getDestinationDirectory()'
* 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
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.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 423ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment