blob: 9f1b09c439353ddaf59bac3c15c716b3f24b61f1 [file] [log] [blame]
include 'tests'
include 'sdk:docker'
include 'core:actionProxy'
include 'tests:dat:blackbox:badaction'
include 'tests:dat:blackbox:badproxy'
rootProject.name = 'runtime-docker'
gradle.ext.openwhisk = [
version: '1.0.0-SNAPSHOT'
]
gradle.ext.scala = [
version: '2.11.8',
compileFlags: ['-feature', '-unchecked', '-deprecation', '-Xfatal-warnings', '-Ywarn-unused-import']
]
gradle.ext.scalafmt = [
version: '1.5.0',
config: new File(rootProject.projectDir, '.scalafmt.conf')
]