From 0c24bde862a8a07dd8ebcbea2e089f04f66c9a6f Mon Sep 17 00:00:00 2001 From: smarkwal Date: Sun, 9 Jan 2022 16:10:41 +0100 Subject: [PATCH] Build: Show all deprecation warnings of Gradle. #95 [skip ci] --- gradle.properties | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gradle.properties diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 00000000..81620da1 --- /dev/null +++ b/gradle.properties @@ -0,0 +1,18 @@ +# +# Copyright 2022 Stephan Markwalder +# +# Licensed 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. +# + +# show all deprecation warnings +org.gradle.warning.mode=all \ No newline at end of file