Repository: incubator-myriad
Updated Branches:
  refs/heads/master 06f6ca48d -> 44d73d080


Fixed typo in gradle.properties name


Project: http://git-wip-us.apache.org/repos/asf/incubator-myriad/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-myriad/commit/44d73d08
Tree: http://git-wip-us.apache.org/repos/asf/incubator-myriad/tree/44d73d08
Diff: http://git-wip-us.apache.org/repos/asf/incubator-myriad/diff/44d73d08

Branch: refs/heads/master
Commit: 44d73d0808fed9fde14528aa145942b5b1508739
Parents: 06f6ca4
Author: Mohit Soni <mo...@mohits-mbp.t-mobile.com>
Authored: Thu Dec 17 21:57:49 2015 -0800
Committer: Mohit Soni <mo...@mohits-mbp.t-mobile.com>
Committed: Thu Dec 17 21:57:49 2015 -0800

----------------------------------------------------------------------
 gradle.properies  | 23 -----------------------
 gradle.properties | 23 +++++++++++++++++++++++
 2 files changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/44d73d08/gradle.properies
----------------------------------------------------------------------
diff --git a/gradle.properies b/gradle.properies
deleted file mode 100644
index 9667034..0000000
--- a/gradle.properies
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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.
-
-org.gradle.jvmargs=-Xmx1024m -XX:MaxPermSize=256m 
-XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
-org.gradle.parallel=true
-org.gradle.daemon=true
-
-# faster builds:  gradle build -x findBugsM
-

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/44d73d08/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..9667034
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,23 @@
+# 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.
+
+org.gradle.jvmargs=-Xmx1024m -XX:MaxPermSize=256m 
-XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
+org.gradle.parallel=true
+org.gradle.daemon=true
+
+# faster builds:  gradle build -x findBugsM
+

Reply via email to