From 1c4023ccc06e633233ed642eb9d1ac85e82feaf0 Mon Sep 17 00:00:00 2001 From: "marian.vaclavik@telekom.com" Date: Mon, 31 Jul 2023 10:59:39 +0200 Subject: Initial upload of E2E test project. Issue-ID: PORTALNG-35 Change-Id: I606b3f265dfdb98d7eb9cfd8ab021e2895ee5152 Signed-off-by: marian.vaclavik@telekom.com --- gradle/wrapper/gradle-wrapper.properties | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 gradle/wrapper/gradle-wrapper.properties (limited to 'gradle/wrapper/gradle-wrapper.properties') diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..800614d --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,24 @@ +# +# Copyright (c) 2023. Deutsche Telekom AG +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 +# +# + +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists -- cgit 1.2.3-korg