Skip to content

Instantly share code, notes, and snippets.

@shivam340
Created March 3, 2020 09:09
Show Gist options
  • Save shivam340/4d0e529094e943f322300ae7a454cbe6 to your computer and use it in GitHub Desktop.
Save shivam340/4d0e529094e943f322300ae7a454cbe6 to your computer and use it in GitHub Desktop.
Gradle Build Life Cycle
// can create variables
private val TAG = "Init Script: "
//can access gradle object
val gradleVersion = gradle.gradleVersion
println("$TAG gradle version is $gradleVersion")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment