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