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