Difference between revisions of "Gradle build"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
+ | |||
+ | gradle build | ||
+ | Starting a [[Gradle Daemon]] (subsequent builds will be faster) | ||
+ | |||
+ | > Task :buildEnvironment | ||
+ | |||
+ | ------------------------------------------------------------ | ||
+ | Root project 'root' | ||
+ | ------------------------------------------------------------ | ||
<pre> | <pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
classpath | classpath | ||
No dependencies | No dependencies |
Revision as of 07:58, 13 July 2022
gradle build Starting a Gradle Daemon (subsequent builds will be faster) > Task :buildEnvironment ------------------------------------------------------------ Root project 'root' ------------------------------------------------------------
classpath No dependencies A web-based, searchable dependency report is available by adding the --scan option. Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.8.3/userguide/command_line_interface.html#sec:command_line_warnings BUILD SUCCESSFUL in 6s 1 actionable task: 1 executed
Related
See also
- Gradle,
gradlew [ check | build ]
,build.gradle
,gradle --help
Advertising: