This is an automated email from the ASF dual-hosted git repository.
rabbah 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 05fca70 add build gradle file for actionproxy image tool (#3793)
05fca70 is described below
commit 05fca705aefb4da0f0671bc9e4128d5132ab6958
Author: Carlos Santana <[email protected]>
AuthorDate: Thu Jun 21 20:05:36 2018 -0400
add build gradle file for actionproxy image tool (#3793)
---
tools/actionProxy/build.gradle | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/tools/actionProxy/build.gradle b/tools/actionProxy/build.gradle
new file mode 100644
index 0000000..19eea61
--- /dev/null
+++ b/tools/actionProxy/build.gradle
@@ -0,0 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+ext.dockerImageName = 'actionproxy'
+apply from: '../../gradle/docker.gradle'