d2iq-archive / dcos-flink-service

11 stars 17 forks source link

Support scala 2.11 #19

Closed addisonj closed 7 years ago

addisonj commented 7 years ago

The default flink build targets scala 2.10. However, with scala 2.12 out and scala 2.10 getting pretty old, it would be really useful to support using scala 2.11. It seems relatively straight forward to build docker images for both and then use a conditional in the marathon.json to use one image or another.