Created
January 13, 2025 11:59
-
-
Save mutkuensert/7d45257bba36f18f61d4d42305df59a3 to your computer and use it in GitHub Desktop.
Command line helper for gradle prints process outputs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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