cadence-workflow / cadence-java-samples

Other
97 stars 60 forks source link

Added license to HelloSaga.java #21

Closed barakalon closed 5 years ago

barakalon commented 5 years ago

Hello!

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.

That seems to have fixed the issue.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.