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