blob: 45864eac6b3e143167631fb9f8f5c58c719935ff [file] [log] [blame]
include 'tests'
include 'core:javaAction'
include 'core:javaAction:proxy'
rootProject.name = 'runtime-java'
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')
]