Created
May 10, 2024 18:43
-
-
Save jeffscottbrown/1786f4cce7e73aa943f3f6fc479fc4b4 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
~ % git clone [email protected]:osscontributor/issue13506.git | |
Cloning into 'issue13506'... | |
remote: Enumerating objects: 119, done. | |
remote: Counting objects: 100% (119/119), done. | |
remote: Compressing objects: 100% (90/90), done. | |
remote: Total 119 (delta 17), reused 119 (delta 17), pack-reused 0 | |
Receiving objects: 100% (119/119), 803.60 KiB | 4.81 MiB/s, done. | |
Resolving deltas: 100% (17/17), done. | |
~ % | |
~ % | |
~ % cd issue13506 | |
issue13506 % | |
issue13506 % ./gradlew check | |
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details | |
> Task :mergeTestReports | |
Execution optimizations have been disabled for task ':mergeTestReports' to ensure correctness due to the following reasons: | |
- Gradle detected a problem with the following location: '/Users/brownj/issue13506/build/test-results/test/binary'. Reason: Task ':mergeTestReports' uses this output of task ':test' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
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 | |
Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness. | |
Please consult deprecation warnings for more details. | |
BUILD SUCCESSFUL in 9s | |
7 actionable tasks: 7 executed | |
issue13506 % | |
issue13506 % java -version | |
openjdk version "1.8.0_412" | |
OpenJDK Runtime Environment (Zulu 8.78.0.19-CA-macos-aarch64) (build 1.8.0_412-b08) | |
OpenJDK 64-Bit Server VM (Zulu 8.78.0.19-CA-macos-aarch64) (build 25.412-b08, mixed mode) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment