upgrade gradle

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896457 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-12-27 21:05:48 +00:00
parent 0d308ecd48
commit 96d8e3048c
2 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ subprojects {
task wrapper(type: Wrapper){ task wrapper(type: Wrapper){
// https://stackoverflow.com/a/65701523/2066598 // https://stackoverflow.com/a/65701523/2066598
gradleVersion = '7.2' gradleVersion = '7.3.3'
} }
java { java {

View File

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