You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/buildSrc/src/main/java/org/mozilla/fenix/gradle/ext
Michael Comella d35e68726e For #21084: add Runtime.execReadStandardOutOrThrow.
This command makes it a one liner to execute an external command, which will
allow us to easily run git commands in the next section.

Sample error output:

```
* What went wrong:
Execution failed for task ':app:gitHash'.
> command exited with non-zero exit value: 1.
  cmd: git reev-parse --short HEAD
  stderr:
  git: 'reev-parse' is not a git command. See 'git --help'.

  The most similar command is
        rev-parse
```
3 years ago
..
Runtime.kt For #21084: add Runtime.execReadStandardOutOrThrow. 3 years ago