This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 9af3c78 Bumping to gradle 4.1. (#2399)
9af3c78 is described below
commit 9af3c78e0d1b29c51b82238d611f3c2a9c2cbc60
Author: Markus Thömmes <[email protected]>
AuthorDate: Wed Aug 16 15:27:57 2017 +0200
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
---
gradle/wrapper/gradle-wrapper.jar | Bin 54783 -> 54708 bytes
gradle/wrapper/gradle-wrapper.properties | 3 +--
gradlew | 6 +++---
tests/build.gradle | 2 +-
4 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/gradle/wrapper/gradle-wrapper.jar
b/gradle/wrapper/gradle-wrapper.jar
index 1c7c90c..7a3265e 100644
Binary files a/gradle/wrapper/gradle-wrapper.jar and
b/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle/wrapper/gradle-wrapper.properties
b/gradle/wrapper/gradle-wrapper.properties
index 117efd1..f16d266 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,5 @@
-#Tue Apr 25 07:35:34 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip
diff --git a/gradlew b/gradlew
index 4453cce..cccdd3d 100755
--- a/gradlew
+++ b/gradlew
@@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
-warn ( ) {
+warn () {
echo "$*"
}
-die ( ) {
+die () {
echo
echo "$*"
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
fi
# Escape application args
-save ( ) {
+save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ;
done
echo " "
}
diff --git a/tests/build.gradle b/tests/build.gradle
index 979a2f8..1f94b14 100644
--- a/tests/build.gradle
+++ b/tests/build.gradle
@@ -61,7 +61,7 @@ tasks.withType(ScalaCompile) {
scalaCompileOptions.additionalParameters = gradle.scala.compileFlags
}
-def keystorePath = new File(buildDir, 'classes/test/keystore')
+def keystorePath = new File(sourceSets.test.scala.outputDir, 'keystore')
task deleteKeystore(type: Delete) {
delete keystorePath
}
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].