server/settings.gradle
author ymh <ymh.work@gmail.com>
Wed, 09 Jul 2014 12:14:53 +0200
changeset 314 c4788613fa13
parent 311 32abe8b3e501
permissions -rw-r--r--
correct shadow jar version

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