You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2019/05/16 15:25:57 UTC

[incubator-openwhisk-runtime-dotnet] branch master updated: Add EOL to the file tests/build.gradle and tests/dotnet/build.gradle (#9)

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

mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-dotnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 99bf14a  Add EOL to the file tests/build.gradle and tests/dotnet/build.gradle (#9)
99bf14a is described below

commit 99bf14a3d0e01f7369d20f0063120726484f2757
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Thu May 16 11:25:53 2019 -0400

    Add EOL to the file tests/build.gradle and tests/dotnet/build.gradle (#9)
---
 tests/build.gradle        | 2 +-
 tests/dotnet/build.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/build.gradle b/tests/build.gradle
index bbaf809..2b8c6ce 100644
--- a/tests/build.gradle
+++ b/tests/build.gradle
@@ -44,4 +44,4 @@ tasks.withType(ScalaCompile) {
 
 compileTestScala {
     dependsOn ':tests:dotnet:prepare'
-}
\ No newline at end of file
+}
diff --git a/tests/dotnet/build.gradle b/tests/dotnet/build.gradle
index 19b2ee5..5efdad1 100644
--- a/tests/dotnet/build.gradle
+++ b/tests/dotnet/build.gradle
@@ -49,4 +49,4 @@ task prepare_zip(type: Zip, dependsOn: prepare_distro) {
 task prepare(type: Delete, dependsOn: prepare_zip) {
   delete getProject().getBuildDir().toPath().toFile()
   followSymlinks = true
-}
\ No newline at end of file
+}