Skip to content

Instantly share code, notes, and snippets.

@leandroBorgesFerreira
Created August 28, 2020 20:36
Show Gist options
  • Select an option

  • Save leandroBorgesFerreira/7acbaac23e66dc6b5ab953caec7712c5 to your computer and use it in GitHub Desktop.

Select an option

Save leandroBorgesFerreira/7acbaac23e66dc6b5ab953caec7712c5 to your computer and use it in GitHub Desktop.
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.github.leandroborgesferreira:dag-command:1.5.2'
}
}
apply plugin: 'com.github.leandroborgesferreira.dag-command'
dagCommand {
filter = "all"
defaultBranch = "origin/develop"
outputType = "json"
printModulesInfo = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment