Difference between revisions of "Gradle build"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
<pre>
 
gradle build
 
Starting a Gradle Daemon (subsequent builds will be faster)
 
  
> Task :buildEnvironment
+
[[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
  
------------------------------------------------------------
 
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
 
</pre>
 
  
 
== Related ==
 
== Related ==
* <code>[[gradlew build]]</code>
+
* <code>[[build.gradle]]</code>
  
 
== See also ==
 
== See also ==
 
* {{Gradle}}
 
* {{Gradle}}
 +
* {{Build}}
  
 
[[Category:Gradle]]
 
[[Category:Gradle]]

Latest revision as of 13:17, 23 April 2024

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[edit]

See also[edit]

Advertising: