From dbf9d7d6dcdebb6754fb3a20efe9328451858337 Mon Sep 17 00:00:00 2001 From: gradle-update-robot Date: Sun, 3 Jul 2022 03:30:09 +0000 Subject: [PATCH] Update Gradle Wrapper from 7.4 to 7.4.2. Signed-off-by: gradle-update-robot --- .../gradle/wrapper/gradle-wrapper.properties | 17 ++++++----------- yosql-tooling/yosql-tooling-gradle/gradlew | 7 ------- 2 files changed, 6 insertions(+), 18 deletions(-) rewrite yosql-tooling/yosql-tooling-gradle/gradle/wrapper/gradle-wrapper.properties (66%) diff --git a/yosql-tooling/yosql-tooling-gradle/gradle/wrapper/gradle-wrapper.properties b/yosql-tooling/yosql-tooling-gradle/gradle/wrapper/gradle-wrapper.properties dissimilarity index 66% index 39aa8b4e..e1e0c8dc 100644 --- a/yosql-tooling/yosql-tooling-gradle/gradle/wrapper/gradle-wrapper.properties +++ b/yosql-tooling/yosql-tooling-gradle/gradle/wrapper/gradle-wrapper.properties @@ -1,11 +1,6 @@ -# -# This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level -# directory of this distribution and at https://creativecommons.org/publicdomain/zero/1.0/. No part of yosql, -# including this file, may be copied, modified, propagated, or distributed except according to the terms contained -# in the LICENSE file. -# -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionSha256Sum=e6d864e3b5bc05cc62041842b306383fc1fefcec359e70cebb1d470a6094ca82 +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/yosql-tooling/yosql-tooling-gradle/gradlew b/yosql-tooling/yosql-tooling-gradle/gradlew index ad3b4b35..1b6c7873 100755 --- a/yosql-tooling/yosql-tooling-gradle/gradlew +++ b/yosql-tooling/yosql-tooling-gradle/gradlew @@ -1,13 +1,6 @@ #!/bin/sh # -# This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level -# directory of this distribution and at https://creativecommons.org/publicdomain/zero/1.0/. No part of yosql, -# including this file, may be copied, modified, propagated, or distributed except according to the terms contained -# in the LICENSE file. -# - -# # Copyright © 2015-2021 the original authors. # # Licensed under the Apache License, Version 2.0 (the "License"); -- 2.11.4.GIT