Created
October 15, 2020 22:09
-
-
Save spinus/2474ba8ed225c6d20536224e7b14f9e7 to your computer and use it in GitHub Desktop.
This file contains 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
$ gradle bundle --offline | |
Welcome to Gradle 6.0.1! | |
Here are the highlights of this release: | |
- Substantial improvements in dependency management, including | |
- Publishing Gradle Module Metadata in addition to pom.xml | |
- Advanced control of transitive versions | |
- Support for optional features and dependencies | |
- Rules to tweak published metadata | |
- Support for Java 13 | |
- Faster incremental Java and Groovy compilation | |
- New Zinc compiler for Scala | |
- VS2019 support | |
- Support for Gradle Enterprise plugin 3.0 | |
For more details see https://docs.gradle.org/6.0.1/release-notes.html | |
Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use --status for details | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
A problem occurred configuring root project 'exampleproject'. | |
> Could not resolve all artifacts for configuration ':classpath'. | |
> Could not resolve com.android.tools.build:gradle:3.6.3. | |
Required by: | |
project : | |
> No cached version of com.android.tools.build:gradle:3.6.3 available for offline mode. | |
> No cached version of com.android.tools.build:gradle:3.6.3 available for offline mode. | |
* 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 5s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment