From cc0cb6a3d317677e9d42cfeaca351f2066260b77 Mon Sep 17 00:00:00 2001 From: Skylot <118523+skylot@users.noreply.github.com> Date: Sun, 24 Nov 2024 19:00:09 +0000 Subject: [PATCH] chore: update gradle and dependencies --- buildSrc/src/main/kotlin/jadx-rewrite.gradle.kts | 4 ++-- gradle.properties | 5 +++-- gradle/wrapper/gradle-wrapper.properties | 4 ++-- jadx-gui/build.gradle.kts | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/buildSrc/src/main/kotlin/jadx-rewrite.gradle.kts b/buildSrc/src/main/kotlin/jadx-rewrite.gradle.kts index 9d7b58b3864..ee81eba4972 100644 --- a/buildSrc/src/main/kotlin/jadx-rewrite.gradle.kts +++ b/buildSrc/src/main/kotlin/jadx-rewrite.gradle.kts @@ -8,8 +8,8 @@ repositories { dependencies { rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.22.0") - rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.16.0") - rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.29.0") + rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.16.1") + rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.29.1") rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.20.0") } diff --git a/gradle.properties b/gradle.properties index 99d8c0d5bb8..48f115b51dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,8 +2,9 @@ org.gradle.warning.mode=all org.gradle.parallel=true org.gradle.caching=true -org.gradle.configuration-cache=true -org.gradle.configuration-cache.problems=warn +### Disable configuration cache for now: causing issues with spotless and version plugins +# org.gradle.configuration-cache=true +# org.gradle.configuration-cache.problems=warn # Flags for google-java-format (optimize imports by spotless) for Java >= 16. # Java < 9 will ignore unsupported flags (thanks to -XX:+IgnoreUnrecognizedVMOptions) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 82dd18b2043..eb1a55be0e1 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=57dafb5c2622c6cc08b993c85b7c06956a2f53536432a30ead46166dbca0f1e9 -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip +distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6 +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/jadx-gui/build.gradle.kts b/jadx-gui/build.gradle.kts index ecbf810b2fb..d5f77c3e715 100644 --- a/jadx-gui/build.gradle.kts +++ b/jadx-gui/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { implementation("com.google.code.gson:gson:2.11.0") implementation("org.apache.commons:commons-lang3:3.17.0") implementation("org.apache.commons:commons-text:1.12.0") - implementation("commons-io:commons-io:2.17.0") + implementation("commons-io:commons-io:2.18.0") implementation("io.reactivex.rxjava2:rxjava:2.2.21") implementation("com.github.akarnokd:rxjava2-swing:0.3.7")