blob: 2a1ec3382b7462608b52b8c4b7c0f4d00a3505b6 [file] [log] [blame]
include 'tests', ':WhiskTest', ':common:scala', ':core:invoker', ':core:controller'
rootProject.name = 'openwhisk-package-cloudant'
def whiskhome = "$System.env.OPENWHISK_HOME"
project(':WhiskTest').projectDir = new File(whiskhome, 'tests')
project(':common:scala').projectDir = new File(whiskhome + '/common', 'scala')
project(':core:invoker').projectDir = new File(whiskhome + '/core', 'invoker')
project(':core:controller').projectDir = new File(whiskhome + '/core', 'controller')
gradle.ext.scala = [
version: '2.11.8',
compileFlags: ['-feature', '-unchecked', '-deprecation', '-Xfatal-warnings', '-Ywarn-unused-import']
]