blob: 4a8eccfa5a8c0e08b87c51a13360e30a7ff64172 [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.12.7',
compileFlags: ['-feature', '-unchecked', '-deprecation', '-Xfatal-warnings', '-Ywarn-unused-import']
]
gradle.ext.scalafmt = [
version: '1.5.0',
config: new File(rootProject.projectDir, '.scalafmt.conf')
]