Refactor Json to JsonMapper, update Gradle to 9.5.1, and set Java 26 toolchain.
This commit is contained in:
@@ -16,3 +16,11 @@ dependencies {
|
||||
implementation 'tools.jackson.core:jackson-databind:3.1.3'
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(26)
|
||||
}
|
||||
sourceCompatibility = JavaVersion.VERSION_26
|
||||
targetCompatibility = JavaVersion.VERSION_26
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user