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