chore(deps): update dependency gradle to v7.5.1 (#8)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gradle](https://gradle.org) ([source](https://github.com/gradle/gradle)) | minor | `7.4.2` -> `7.5.1` |

---

### Release Notes

<details>
<summary>gradle/gradle</summary>

### [`v7.5.1`](https://github.com/gradle/gradle/releases/tag/v7.5.1)

This is a patch release for 7.5. We recommend using 7.5.1 instead of 7.5

[Read the Release Notes](https://docs.gradle.org/7.5.1/release-notes.html)

We would like to thank the following community members for their contributions to this release of Gradle:
[Michael Bailey](https://github.com/yogurtearl),
[Josh Kasten](https://github.com/jkasten2),
[Marcono1234](https://github.com/Marcono1234),
[mataha](https://github.com/mataha),
[Lieven Vaneeckhaute](https://github.com/denshade),
[kiwi-oss](https://github.com/kiwi-oss),
[Stefan Neuhaus](https://github.com/stefanneuhaus),
[George Thomas](https://github.com/smoothreggae),
[Anja Papatola](https://github.com/apalopta),
[Björn Kautler](https://github.com/Vampire),
[David Burström](https://github.com/davidburstrom),
[Vladimir Sitnikov](https://github.com/vlsi),
[Roland Weisleder](https://github.com/rweisleder),
[Konstantin Gribov](https://github.com/grossws),
[David Op de Beeck](https://github.com/DavidOpDeBeeck),
[aSemy](https://github.com/aSemy),
[Rene Groeschke](https://github.com/breskeby),
[Jonathan Leitschuh](https://github.com/JLLeitschuh),
[Aurimas Liutikas](https://github.com/liutikas),
[Jamie Tanna](https://github.com/jamietanna),
[Xin Wang](https://github.com/scaventz),
[Atsuto Yamashita](https://github.com/att55),
[Taeik Lim](https://github.com/acktsap),
[Peter Gafert](https://github.com/codecholeric),
[Alex Landau](https://github.com/AlexLandau),
[Jerry Wiltse](https://github.com/solvingj),
[Tyler Burke](https://github.com/T-A-B),
[Matthew Haughton](https://github.com/3flex),
[Filip Daca](https://github.com/filip-daca),
[Simão Gomes Viana](https://github.com/xdevs23),
[Vaidotas Valuckas](https://github.com/rieske),
[Edgars Jasmans](https://github.com/yasmans),
[Tomasz Godzik](https://github.com/tgodzik),
[Jeff](https://github.com/mathjeff),
[Lajos Veres](https://github.com/vlajos)

#### Upgrade instructions

Switch your build to use Gradle 7.5.1 by updating your wrapper:

`./gradlew wrapper --gradle-version=7.5.1`

See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.5.1/userguide/upgrading_version\_7.html#changes\_7.5) to learn about deprecations, breaking changes and other considerations when upgrading.

#### Reporting Problems

If you find a problem with this release, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: [BOT] Renovate <renovate@kallestruik.nl>
Reviewed-on: #8
Co-authored-by: [BOT] Renovate <renovate@noreply.git.kallestruik.nl>
Co-committed-by: [BOT] Renovate <renovate@noreply.git.kallestruik.nl>
master
[BOT] Renovate 2022-10-14 16:58:16 +02:00 committed by Kallle Struik
parent 31e97baef8
commit f0554bcd97
4 changed files with 15 additions and 7 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

6
gradlew vendored
View File

@ -205,6 +205,12 @@ set -- \
org.gradle.wrapper.GradleWrapperMain \
"$@"
# Stop when "xargs" is not available.
if ! command -v xargs >/dev/null 2>&1
then
die "xargs is not available"
fi
# Use "xargs" to parse quoted args.
#
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.

14
gradlew.bat vendored
View File

@ -14,7 +14,7 @@
@rem limitations under the License.
@rem
@if "%DEBUG%" == "" @echo off
@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@ -25,7 +25,7 @@
if "%OS%"=="Windows_NT" setlocal
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
if "%DIRNAME%"=="" set DIRNAME=.
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
@ -40,7 +40,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if "%ERRORLEVEL%" == "0" goto execute
if %ERRORLEVEL% equ 0 goto execute
echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
@ -75,13 +75,15 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
:end
@rem End local scope for the variables with windows NT shell
if "%ERRORLEVEL%"=="0" goto mainEnd
if %ERRORLEVEL% equ 0 goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
exit /b 1
set EXIT_CODE=%ERRORLEVEL%
if %EXIT_CODE% equ 0 set EXIT_CODE=1
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
exit /b %EXIT_CODE%
:mainEnd
if "%OS%"=="Windows_NT" endlocal