update gradle to 8.3

This commit is contained in:
2023-10-01 09:21:07 +02:00
parent d339f5307f
commit 317d31bbda
4 changed files with 13 additions and 7 deletions

View File

@@ -141,5 +141,5 @@ subprojects {
}
wrapper {
gradleVersion = '8.0.2'
gradleVersion = '8.3'
}