You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BEAM-4629] Output the names of the failing licenses as part of the build process.
An example build output with a failing license:
```
> Task :rat FAILED
Unapproved/unknown license: /usr/local/google/home/lcwik/git/beam/build.gradle
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':rat'.
> Found 1 files with unapproved/unknown licenses. See file:/usr/local/google/home/lcwik/git/beam/build/reports/rat/rat-report.xml
```
0 commit comments