Created
May 25, 2023 14:05
-
-
Save jeffscottbrown/18060b0acfc2a4b0fe8e45bea114a5f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brownj@dhcp5 ~ % git clone [email protected]: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