From 1f3a7583a83919728f807faee914d2e0b6e77e04 Mon Sep 17 00:00:00 2001 From: xiwangly2 Date: Sun, 4 Jan 2026 14:17:52 +0800 Subject: [PATCH] chore: update project configuration for Java 25 and Gradle 9.2.1 --- .idea/compiler.xml | 2 +- .idea/copilot.data.migration.ask2agent.xml | 6 ++++++ .idea/gradle.xml | 2 +- .idea/misc.xml | 3 ++- app/build.gradle.kts | 7 ++----- gradle/libs.versions.toml | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 7 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 .idea/copilot.data.migration.ask2agent.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index b86273d..bcf4711 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/copilot.data.migration.ask2agent.xml b/.idea/copilot.data.migration.ask2agent.xml new file mode 100644 index 0000000..1f2ea11 --- /dev/null +++ b/.idea/copilot.data.migration.ask2agent.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 639c779..2504dc6 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -6,7 +6,7 @@