Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.53 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.53 KB

DVS Avro Schemas

Codacy Badge Build Status Contributor Covenant Scala Steward badge

How to build

Generate classes running the following command:

sbt compile

Generated classes can be found in the target/scala-2.12/src_managed folder.

How to publish artifacts

Publish artifacts locally by running the following command:

sbt publishLocal

Contribution

If you'd like to contribute to the project, make sure to review our recommendations.