File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ description = "Elasticsearch Spark (for Spark 1.3-1.6)"
3
3
4
4
evaluationDependsOn(' :elasticsearch-hadoop-mr' )
5
5
6
- apply plugin : ' es.hadoop.build'
7
6
apply plugin : ' scala'
7
+ apply plugin : ' es.hadoop.build'
8
8
apply plugin : ' scala.variants'
9
9
10
10
variants {
11
11
defaultVersion ' 2.11.12'
12
- targetVersions ' 2.10.7 ' , ' 2. 11.12'
12
+ targetVersions ' 2.11.12'
13
13
}
14
14
15
15
configurations {
@@ -31,14 +31,14 @@ compileScala {
31
31
jvmArgs = [' -XX:MaxPermSize=512m' ]
32
32
}
33
33
scalaCompileOptions. additionalParameters = [
34
- " -feature" ,
35
- " -unchecked" ,
36
- " -deprecation" ,
37
- " -Xfuture" ,
38
- " -Yno-adapted-args" ,
39
- " -Ywarn-dead-code" ,
40
- " -Ywarn-numeric-widen" ,
41
- " -Xfatal-warnings"
34
+ " -feature" ,
35
+ " -unchecked" ,
36
+ " -deprecation" ,
37
+ " -Xfuture" ,
38
+ " -Yno-adapted-args" ,
39
+ " -Ywarn-dead-code" ,
40
+ " -Ywarn-numeric-widen" ,
41
+ " -Xfatal-warnings"
42
42
]
43
43
}
44
44
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ apply plugin: 'scala.variants'
9
9
10
10
variants {
11
11
defaultVersion ' 2.11.12'
12
- targetVersions ' 2.10.7 ' , ' 2. 11.12'
12
+ targetVersions ' 2.11.12'
13
13
}
14
14
15
15
configurations {
You can’t perform that action at this time.
0 commit comments