After cloning, ./gradlew build fails on the first try:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':checkLicenseMain'.
> License violations were found: src/main/java/com/uber/cadence/samples/hello/HelloSaga.java
I then ran ./gradlew licenseFormat to generate the change seen in this PR.
Hello!
After cloning,
./gradlew build
fails on the first try:I then ran
./gradlew licenseFormat
to generate the change seen in this PR.That seems to have fixed the issue.