Skip to content

Instantly share code, notes, and snippets.

@mutkuensert
Created January 13, 2025 11:59
Show Gist options
  • Save mutkuensert/7d45257bba36f18f61d4d42305df59a3 to your computer and use it in GitHub Desktop.
Save mutkuensert/7d45257bba36f18f61d4d42305df59a3 to your computer and use it in GitHub Desktop.
Command line helper for gradle prints process outputs
class CommandLine {
static execute(String command) {
command.execute().waitForProcessOutput(System.out, System.err)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment