kafka4beam / brod_gssapi

SASL GSSAPI auth backend for brod (https://github.com/klarna/brod)
Apache License 2.0
1 stars 8 forks source link

standardize .app.src #1

Closed zmstone closed 7 years ago

zmstone commented 7 years ago

.app.src has below entries missing:

{applications,[kernel,stdlib,sasl_auth]}, % otherwise release tools won't pack it (and its deps) when creating a release.
{modules, []} % some build tools require this skeleton to fill-up the empty list at compile time.

And I would recommend a semver version number 0.1.0 instead of 0.1.

Same issue goes to sasl_auth

ElMaxo commented 7 years ago

Ok, I'll fix it as soon as possible