mirror of https://github.com/apache/kafka.git
6 lines
182 B
Groovy
6 lines
182 B
Groovy
|
if (!hasProperty('scalaVersion')) {
|
||
|
ext.scalaVersion = '2.8.0'
|
||
|
}
|
||
|
ext.defaultScalaVersion = '2.8.0'
|
||
|
ext.baseScalaVersion = (scalaVersion.startsWith('2.10')) ? '2.10' : scalaVersion
|