gradle 7.2

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-09-05 10:52:47 +00:00
parent 82ef87f14b
commit f425f307dc
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ ant.taskdef(name: "junit",
wrapper {
// https://stackoverflow.com/a/54741656/2066598
gradleVersion = '7.1'
gradleVersion = '7.2'
}
task adjustWrapperPropertiesFile {
@ -153,7 +153,7 @@ subprojects {
task wrapper(type: Wrapper){
// https://stackoverflow.com/a/65701523/2066598
gradleVersion = '7.0.1'
gradleVersion = '7.2'
}
java {