server/java/settings.gradle
author rougeronj
Mon, 22 Dec 2014 12:34:11 +0100
changeset 347 7a5905153e66
parent 316 242510015401
permissions -rw-r--r--
extend copy-server task in grunt to copy lib folder to the right directory on the server

rootProject.name = 'renkan'
include ':renkan-core'
include ':renkan-web'
include ':renkan-management'

project(':renkan-core').projectDir = "$rootDir/renkan-core" as File
project(':renkan-web').projectDir = "$rootDir/renkan-web" as File
project(':renkan-management').projectDir = "$rootDir/renkan-management" as File