server/java/settings.gradle
author ymh <ymh.work@gmail.com>
Tue, 21 Jun 2016 17:53:06 +0200
changeset 618 3051b847c124
parent 316 242510015401
permissions -rw-r--r--
validation_timestamp and create_new_revision are not part of the data. move them to query parameters

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