Build.gradle: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
=Overview=
=Overview=


The project-level configuration script that contains task configuration for the current project, written in the Gradle's DSL. The build script can contain any Groovy language element.
The project-level configuration script that contains task configuration for the current project, written in the Gradle's DSL. The build script can contain any Groovy language element. May contain the following:
 
* <tt>println</tt>

Revision as of 00:17, 1 May 2018

External

Internal

Overview

The project-level configuration script that contains task configuration for the current project, written in the Gradle's DSL. The build script can contain any Groovy language element. May contain the following:

  • println