1
0

Upgrade gradle/gradlew version

This commit is contained in:
2024-10-01 20:34:58 +02:00
parent eb46a1ad47
commit f87ea7a09c
9 changed files with 20 additions and 9 deletions

View File

@ -2,7 +2,7 @@
* This file was generated by the Gradle 'init' task.
*
* This generated file contains a sample Java application project to get you started.
* For more details on building Java & JVM projects, please refer to https://docs.gradle.org/8.6/userguide/building_java_projects.html in the Gradle documentation.
* For more details on building Java & JVM projects, please refer to https://docs.gradle.org/8.10.2/userguide/building_java_projects.html in the Gradle documentation.
*/
plugins {
@ -26,7 +26,7 @@ dependencies {
// Apply a specific Java toolchain to ease working on different environments.
java {
toolchain {
languageVersion = JavaLanguageVersion.of(11)
languageVersion = JavaLanguageVersion.of(23)
}
}