chore: update gradle wrapper to 8.0.1 (#160)

This commit is contained in:
Javier Flores 2023-02-25 23:44:14 -03:00 committed by oSumAtrIX
parent d99261cdbb
commit 4c1778a62f
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View File

@ -117,4 +117,7 @@ gradle-app.setting
!src/test/resources/*
# Dependency directories
node_modules/
node_modules/
# Gradle props, to avoid sharing the gpr key
gradle.properties

View File

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