Itamae::Plugin::Recipe::Scala
Itamae plugin to install scala
Installation
Add this line to your application's Gemfile:
gem 'itamae-plugin-recipe-scala'
And then execute:
$ bundle
Or install it yourself as:
$ gem install itamae-plugin-recipe-scala
Usage
Recipe
# your recipe
include_recipe "scala::install"
Node
# node.yml
scala:
# target scala version
version: 2.12.2
The gem is available as open source under the terms of the MIT License.