Skip to content

Commit

Permalink
scala version is added to travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
erenavsarogullari committed Mar 6, 2016
1 parent 5b106a9 commit 0897f3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ scala:
- 2.11.7

script:
- ./gradlew reportScoverage
- ./gradlew reportScoverage -PscalaVersion=$TRAVIS_SCALA_VERSION

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down
10 changes: 4 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
group 'spark-hazelcast-connector'
version '0.1.0-SNAPSHOT'

apply plugin: 'scoverage'
apply plugin: 'java'
apply plugin: 'scala'
apply plugin: 'idea'
apply plugin: 'eclipse'
apply plugin: 'net.researchgate.release'

sourceCompatibility = 1.7

buildscript {
repositories {
jcenter()
Expand All @@ -27,12 +22,15 @@ ext {
scoverageVersion = '1.1.1'
}

group 'spark-hazelcast-connector'
version "1.0.0-s_$scalaVersion"

repositories {
mavenCentral()
}

dependencies {
compile 'org.scala-lang:scala-library'
compile "org.scala-lang:scala-library:$scalaVersion"

compile "org.apache.spark:spark-core_$scalaVersion:$sparkVersion"
compile "org.apache.spark:spark-sql_$scalaVersion:$sparkVersion"
Expand Down
1 change: 0 additions & 1 deletion gradle.properties

This file was deleted.

0 comments on commit 0897f3d

Please sign in to comment.