server/java/settings.gradle
author rougeronj
Mon, 14 Sep 2015 11:48:24 +0200
changeset 516 7d1d44b53af5
parent 316 242510015401
permissions -rw-r--r--
small fixes to be sure the project and the view are loaded before using it

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