omzmarlon / ManagementApp

0 stars 0 forks source link

Change how protobuf is compiled #17

Open omzmarlon opened 7 years ago

omzmarlon commented 7 years ago

Right now, protobuf compilation and cleaning is tied to our sbt compile, and sbt clean. This is causing this problem: If we clean our targets, generated protobuf files will also be cleaned. And we can only generate new protobuf if we run sbt compile (which would compile the whole project!)

Protobuf compilation and cleaning should be separated from our project compilation

tomyang729 commented 7 years ago

Good point. We should create a new sbt task for protobuf compilation and cleaning