Skip to content

Commit

Permalink
chore: update gradle and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Nov 24, 2024
1 parent a67dfcb commit cc0cb6a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/jadx-rewrite.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion jadx-gui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit cc0cb6a

Please sign in to comment.