blob: 92db8867715304fd128ad556fa3e65fc6a3b2c2a [file] [log] [blame]
include 'tests'
include 'core:ruby2.5Action'
rootProject.name = 'runtime-ruby'
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')
]