Created
April 7, 2022 08:41
-
-
Save aalmiray/62a8ebfab7753ecb8e2d9be4a8dfccba 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
$ gm clean build | |
Using gradle at '/Users/aalmiray/dev/github/discocli/gradlew' to run buildFile '/Users/aalmiray/dev/github/discocli/build.gradle': | |
Downloading https://services.gradle.org/distributions/gradle-7.4.1-bin.zip | |
...........10%...........20%...........30%...........40%...........50%...........60%...........70%...........80%...........90%...........100% | |
Welcome to Gradle 7.4.1! | |
Here are the highlights of this release: | |
- Aggregated test and JaCoCo reports | |
- Marking additional test source directories as tests in IntelliJ | |
- Support for Adoptium JDKs in Java toolchains | |
For more details see https://docs.gradle.org/7.4.1/release-notes.html | |
Starting a Gradle Daemon (subsequent builds will be faster) | |
> Configure project : | |
JReleaser Gradle Plugin 1.0.0-RC2. Consider becoming a patron at https://www.patreon.com/aalmiray | |
JDK Downloader Gradle Plugin 1.0.0-RC2. Consider becoming a patron at https://www.patreon.com/aalmiray | |
> Task :clean | |
> Task :copyDependencies | |
> Task :copyJdkFromCacheZulu17Linux | |
> Task :copyJdkFromCacheZulu17LinuxArm | |
> Task :copyJdkFromCacheZulu17LinuxMusl | |
> Task :copyJdkFromCacheZulu17LinuxMuslArm | |
> Task :copyJdkFromCacheZulu17Osx | |
> Task :copyJdkFromCacheZulu17OsxArm | |
> Task :copyJdkFromCacheZulu17Windows | |
> Task :copyJdkFromCacheZulu17WindowsArm | |
> Task :copyJdksFromCache | |
> Task :compileJava | |
> Task :processResources NO-SOURCE | |
> Task :classes | |
> Task :jar | |
> Task :startScripts | |
> Task :distTar | |
> Task :distZip | |
> Task :downloadJdkZulu17Linux SKIPPED | |
> Task :downloadJdkZulu17LinuxArm SKIPPED | |
> Task :downloadJdkZulu17LinuxMusl SKIPPED | |
> Task :downloadJdkZulu17LinuxMuslArm SKIPPED | |
> Task :downloadJdkZulu17Osx SKIPPED | |
> Task :downloadJdkZulu17OsxArm SKIPPED | |
> Task :downloadJdkZulu17Windows SKIPPED | |
> Task :downloadJdkZulu17WindowsArm SKIPPED | |
> Task :verifyJdkZulu17Linux SKIPPED | |
> Task :unpackJdkZulu17Linux SKIPPED | |
> Task :verifyJdkZulu17LinuxArm SKIPPED | |
> Task :unpackJdkZulu17LinuxArm SKIPPED | |
> Task :verifyJdkZulu17LinuxMusl SKIPPED | |
> Task :unpackJdkZulu17LinuxMusl SKIPPED | |
> Task :verifyJdkZulu17LinuxMuslArm SKIPPED | |
> Task :unpackJdkZulu17LinuxMuslArm SKIPPED | |
> Task :verifyJdkZulu17Osx SKIPPED | |
> Task :unpackJdkZulu17Osx SKIPPED | |
> Task :verifyJdkZulu17OsxArm SKIPPED | |
> Task :unpackJdkZulu17OsxArm SKIPPED | |
> Task :verifyJdkZulu17Windows SKIPPED | |
> Task :unpackJdkZulu17Windows SKIPPED | |
> Task :verifyJdkZulu17WindowsArm SKIPPED | |
> Task :unpackJdkZulu17WindowsArm SKIPPED | |
> Task :shadowJar | |
> Task :startShadowScripts | |
> Task :shadowDistTar | |
> Task :shadowDistZip | |
> Task :compileTestJava NO-SOURCE | |
> Task :processTestResources NO-SOURCE | |
> Task :testClasses UP-TO-DATE | |
> Task :test NO-SOURCE | |
> Task :check UP-TO-DATE | |
> Task :downloadJdkGraal17Linux | |
Download https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.0.0.2/graalvm-ce-java17-linux-amd64-22.0.0.2.tar.gz | |
> Task :downloadJdkGraal17Osx | |
Download https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.0.0.2/graalvm-ce-java17-darwin-amd64-22.0.0.2.tar.gz | |
> Task :downloadJdkGraal17Windows | |
Download https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.0.0.2/graalvm-ce-java17-windows-amd64-22.0.0.2.zip | |
> Task :verifyJdkGraal17Osx | |
> Task :unpackJdkGraal17Osx | |
> Task :verifyJdkGraal17Windows | |
> Task :unpackJdkGraal17Windows | |
> Task :downloadJdks | |
> Task :verifyJdkGraal17Linux | |
> Task :unpackJdkGraal17Linux | |
> Task :unpackJdks | |
> Task :verifyJdks | |
> Task :setupJdks | |
> Task :copyJdksToCache | |
Execution optimizations have been disabled for task ':copyJdksToCache' to ensure correctness due to the following reasons: | |
- Gradle detected a problem with the following location: '/Users/aalmiray/.gradle/caches/jdks'. Reason: Task ':copyJdkFromCacheZulu17Linux' uses this output of task ':copyJdksToCache' 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.4.1/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
- Gradle detected a problem with the following location: '/Users/aalmiray/.gradle/caches/jdks'. Reason: Task ':copyJdkFromCacheZulu17LinuxArm' uses this output of task ':copyJdksToCache' 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.4.1/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
- Gradle detected a problem with the following location: '/Users/aalmiray/.gradle/caches/jdks'. Reason: Task ':copyJdkFromCacheZulu17LinuxMusl' uses this output of task ':copyJdksToCache' 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.4.1/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
- Gradle detected a problem with the following location: '/Users/aalmiray/.gradle/caches/jdks'. Reason: Task ':copyJdkFromCacheZulu17LinuxMuslArm' uses this output of task ':copyJdksToCache' 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.4.1/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
- Gradle detected a problem with the following location: '/Users/aalmiray/.gradle/caches/jdks'. Reason: Task ':copyJdkFromCacheZulu17Osx' uses this output of task ':copyJdksToCache' 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.4.1/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
- Gradle detected a problem with the following location: '/Users/aalmiray/.gradle/caches/jdks'. Reason: Task ':copyJdkFromCacheZulu17OsxArm' uses this output of task ':copyJdksToCache' 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.4.1/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
- Gradle detected a problem with the following location: '/Users/aalmiray/.gradle/caches/jdks'. Reason: Task ':copyJdkFromCacheZulu17Windows' uses this output of task ':copyJdksToCache' 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.4.1/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
- Gradle detected a problem with the following location: '/Users/aalmiray/.gradle/caches/jdks'. Reason: Task ':copyJdkFromCacheZulu17WindowsArm' uses this output of task ':copyJdksToCache' 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.4.1/userguide/validation_problems.html#implicit_dependency for more details about this problem. | |
> Task :assemble | |
> Task :build | |
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.4.1/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 3m 41s | |
29 actionable tasks: 29 executed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment