Skip to content

Commit a7198f2

Browse files
markusthoemmescsantanapr
authored andcommitted
Bumping to gradle 4.1. (#2399)
Refer to https://docs.gradle.org/current/release-notes.html for the full release notes. - Zinc updated (incremental Scala compiler) - Better logging for parallel tasks (useful locally when working with redo) - Build cache improvements
1 parent 36b980f commit a7198f2

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

gradle/wrapper/gradle-wrapper.jar

-75 Bytes
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Tue Apr 25 07:35:34 CEST 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tasks.withType(ScalaCompile) {
6161
scalaCompileOptions.additionalParameters = gradle.scala.compileFlags
6262
}
6363

64-
def keystorePath = new File(buildDir, 'classes/test/keystore')
64+
def keystorePath = new File(sourceSets.test.scala.outputDir, 'keystore')
6565
task deleteKeystore(type: Delete) {
6666
delete keystorePath
6767
}

0 commit comments

Comments
 (0)