blob: df2bd3b8b2e0c6be2c5adcacfb0528ad53c13dee [file] [log] [blame]
include 'tests'
include 'core:php7.1Action'
rootProject.name = 'runtime-php'
gradle.ext.openwhisk = [
version: '1.0.0-SNAPSHOT'
]
gradle.ext.scala = [
version: '2.11.8',
compileFlags: ['-feature', '-unchecked', '-deprecation', '-Xfatal-warnings', '-Ywarn-unused-import']
]
gradle.ext.scalafmt = [
version: '1.5.0',
config: new File(rootProject.projectDir, '.scalafmt.conf')
]