server/java/settings.gradle
author rougeronj
Fri, 02 Oct 2015 12:59:18 +0200
changeset 570 9698b3c8f31a
parent 316 242510015401
permissions -rw-r--r--
fix fullscreen problem which was called 2 times

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