Skip to content

Commit

Permalink
Update Gradle wrapper version to 8.10.1
Browse files Browse the repository at this point in the history
This change updates the Gradle wrapper version from 8.10 to 8.10.1 in the `build.gradle.kts` configuration file. The update ensures compatibility with the latest features and bug fixes provided in version 8.10.1.
  • Loading branch information
timakden committed Sep 23, 2024
1 parent 5919f39 commit 992d591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tasks {
useJUnitPlatform()
}
wrapper {
gradleVersion = "8.10"
gradleVersion = "8.10.1"
}
}

Expand Down

0 comments on commit 992d591

Please sign in to comment.