server/java/settings.gradle
author rougeronj
Mon, 29 Dec 2014 17:24:11 +0100
changeset 354 554129dbdbd0
parent 316 242510015401
permissions -rw-r--r--
Add test in case we give a user id and name to the renkan

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