Difference between revisions of "Gradle build"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
  gradle build
+
  [[gradle]] build
 
  Starting a [[Gradle Daemon]] (subsequent builds will be faster)
 
  Starting a [[Gradle Daemon]] (subsequent builds will be faster)
 
   
 
   
Line 9: Line 9:
 
  Root project 'root'
 
  Root project 'root'
 
  ------------------------------------------------------------
 
  ------------------------------------------------------------
<pre>
+
classpath
+
classpath
No dependencies
+
No dependencies
 
+
A web-based, searchable dependency report is available by adding the --scan option.
+
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.
+
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.
+
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
+
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
  
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: