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'] | |
] |