Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 332 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 332 Bytes

Description

Simple examples to explain Gradle.

Example 1:

  • working with tasks

execute:

  gradlew -b cd gradle-examples/tasks.gradle task3

Example 2:

  • working with libraries in gradle scripts

execute:

  gradlew -b gradle-examples/imports.gradle printInfo