blob: 59c7a866632c8be81da2652bfa071567f85f05e3 [file] [log] [blame]
include 'tests'
rootProject.name = 'openwhisk-package-deploy'
gradle.ext.openwhisk = [
version: '1.0.0-SNAPSHOT'
]
gradle.ext.scala = [
version: '2.11.8',
compileFlags: ['-feature', '-unchecked', '-deprecation', '-Xfatal-warnings', '-Ywarn-unused-import']
]