Skip to content

Instantly share code, notes, and snippets.

@ghale
Created November 4, 2019 16:18
Show Gist options
  • Save ghale/f074338f227ffeb33f8e49652dca3dd3 to your computer and use it in GitHub Desktop.
Save ghale/f074338f227ffeb33f8e49652dca3dd3 to your computer and use it in GitHub Desktop.
import org.gradle.launcher.daemon.registry.DaemonRegistry
def registry = services.get(DaemonRegistry)
if (registry.all.size() > 1) {
registry.all.each { info ->
buildScan {
value "daemon-${info.pid}", "${info.lastBusy} ${info.toString()}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment