Build, minor: add empty gradle.properties
Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/7ff180d5 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/7ff180d5 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/7ff180d5 Branch: refs/heads/develop Commit: 7ff180d5e1e88f51f851aaf1d039bc910d5f0515 Parents: 1df6d40 Author: Paul Merlin <[email protected]> Authored: Sat Jul 11 17:40:49 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Sat Jul 11 17:40:49 2015 +0200 ---------------------------------------------------------------------- build.gradle | 4 +--- gradle.properties | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/7ff180d5/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 17c6e6d..b0f4791 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ rat { // Gradle Files 'gradle/wrapper/**', '**/gradlew', '**/gradlew.bat', '**/.gradle/**', // Build Output - '**/build/**', '**/derby.log', + '**/build/**', '**/derby.log', 'out/**', // IDE Files '**/.idea/**', '**/*.iml', '**/*.ipr', '**/*.iws', '**/.settings/**', '**/.classpath', '**/.project', @@ -80,7 +80,6 @@ rat { '**/src/test/resources/**/*.txt', 'libraries/rest-server/src/main/resources/**/*.htm', 'libraries/rest-server/src/main/resources/**/*.atom', - 'out/**', 'tools/qidea/src/main/resources/**/*.ft', 'tools/qidea/src/main/resources/**/*.template', // Graphic Resources @@ -655,7 +654,6 @@ def srcDistImage = copySpec { exclude '**/.git/' // Git directories exclude '**/.git*' // Git files exclude '**/.gradle/' // Gradle management files - exclude '**/gradle.properties' // Gradle properties exclude '**/.gradletasknamecache' // Gradle cache into "qi4j-sdk-$version/" } http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/7ff180d5/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..455a465 --- /dev/null +++ b/gradle.properties @@ -0,0 +1,14 @@ +# 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.
