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