You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2018/02/23 04:41:55 UTC

groovy git commit: Add jitpack configuration file

Repository: groovy
Updated Branches:
  refs/heads/master a98efdb3f -> 69559130f


Add jitpack configuration file


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/69559130
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/69559130
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/69559130

Branch: refs/heads/master
Commit: 69559130f1a2bb0579c0df6485b3a397fbc209ea
Parents: a98efdb
Author: sunlan <su...@apache.org>
Authored: Fri Feb 23 12:41:48 2018 +0800
Committer: sunlan <su...@apache.org>
Committed: Fri Feb 23 12:41:48 2018 +0800

----------------------------------------------------------------------
 jitpack.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/69559130/jitpack.yml
----------------------------------------------------------------------
diff --git a/jitpack.yml b/jitpack.yml
new file mode 100644
index 0000000..a6e7f52
--- /dev/null
+++ b/jitpack.yml
@@ -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.
+
+jdk: oraclejdk8
+
+install:
+  - ./gradlew install -x test