update gradle to 7.6

This commit is contained in:
2022-12-04 09:00:34 +01:00
parent 4a96686e3d
commit 9e3a176535
5 changed files with 12 additions and 6 deletions

View File

@@ -136,5 +136,5 @@ subprojects {
}
wrapper {
gradleVersion = '7.5.1'
gradleVersion = '7.6'
}