server/java/settings.gradle
author durandn
Tue, 04 Oct 2016 12:39:06 +0200
changeset 640 2a111025a041
parent 316 242510015401
permissions -rw-r--r--
Added tag 00.12.23 for changeset 30b673cb13ee

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