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