You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2019/06/07 20:39:05 UTC

[incubator-openwhisk-package-alarms] branch master updated: update gradle and scala versions (#191)

This is an automated email from the ASF dual-hosted git repository.

japetrsn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-alarms.git


The following commit(s) were added to refs/heads/master by this push:
     new 6aaed48  update gradle and scala versions (#191)
6aaed48 is described below

commit 6aaed483b748479b814a450008bdb10f37dd2ce9
Author: Jason Peterson <ja...@us.ibm.com>
AuthorDate: Fri Jun 7 16:39:00 2019 -0400

    update gradle and scala versions (#191)
---
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 settings.gradle                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index d7cc33f..58010f0 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -5,4 +5,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
diff --git a/settings.gradle b/settings.gradle
index 2fcbf03..f076e07 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -24,6 +24,6 @@ gradle.ext.openwhisk = [
 ]
 
 gradle.ext.scala = [
-    version: '2.12.7',
+    version: '2.12.8',
     compileFlags: ['-feature', '-unchecked', '-deprecation', '-Xfatal-warnings', '-Ywarn-unused-import']
 ]