server/java/settings.gradle
author durandn
Thu, 31 Mar 2016 16:38:35 +0200
changeset 596 58bcb390c9e2
parent 316 242510015401
permissions -rw-r--r--
fix on authentication_classes on RenkanDetail view

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