(Quick Reference)

2 Usage - Reference Documentation

Authors: Sandro Martini, originally developed by Vaclav Pech and Domingo Suarez Torres

Version: 2.11.6

2 Usage

Installing the plugin

First you need to install the plugin into a Grails application: using the recommended way, configure it as a dependency in BuildConfig.groovy:

plugins {
    compile ':scala:<plugin version>'
}

Requirements

  • Scala (as specified in plugin descriptor) and related dependencies,

all downloaded from the Central Maven Repository (that must be enabled).