cycronix / cloudturbine

CloudTurbine - Data Streaming Middleware
Apache License 2.0
3 stars 4 forks source link

Minor changes to replace << (which will be deprecated) with doLast #14

Closed jpw-erigo closed 7 years ago

jpw-erigo commented 7 years ago

The "<<" operator will be deprecated; therefore, I've replaced instances of << with the "doLast" command (these are equivalent). This change is a simple one-to-one replacement.

After updating your local code, remember to do a refresh on Gradle in Eclipse to have the updated build files integrated.