Skip to content

Instantly share code, notes, and snippets.

@ubiratansoares
Last active January 1, 2022 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ubiratansoares/3af3df62602edef379caa77ccefe3401 to your computer and use it in GitHub Desktop.
Save ubiratansoares/3af3df62602edef379caa77ccefe3401 to your computer and use it in GitHub Desktop.
Timeouts Enforcer Blog snippets
plugin {
id 'io.labs.dotanuki.timeoutsenforcer' version '<plugin_version>'
}
io.dotanuki.gradle.timeouts.tasks=10.minutes
task someTask {
timeout = Duration.ofMinutes(25)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment