mirror of
https://github.com/skylot/jadx.git
synced 2024-11-22 20:29:51 +00:00
chore: update gradle and dependencies
This commit is contained in:
parent
fe9d3bcab7
commit
792e0d6f3a
@ -45,6 +45,7 @@ java {
|
||||
tasks {
|
||||
compileJava {
|
||||
options.encoding = "UTF-8"
|
||||
// options.compilerArgs = listOf("-Xlint:deprecation")
|
||||
}
|
||||
jar {
|
||||
manifest {
|
||||
|
@ -1,5 +1,3 @@
|
||||
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
|
||||
|
||||
plugins {
|
||||
id("org.openrewrite.rewrite")
|
||||
}
|
||||
@ -9,10 +7,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:2.21.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks:2.15.1")
|
||||
rewrite("org.openrewrite.recipe:rewrite-migrate-java:2.28.0")
|
||||
rewrite("org.openrewrite.recipe:rewrite-static-analysis:1.19.0")
|
||||
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-static-analysis:1.20.0")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,7 +1,7 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||
distributionSha256Sum=57dafb5c2622c6cc08b993c85b7c06956a2f53536432a30ead46166dbca0f1e9
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
@ -48,7 +48,7 @@ dependencies {
|
||||
implementation("com.android.tools.build:apksig:8.7.2")
|
||||
implementation("io.github.skylot:jdwp:2.0.0")
|
||||
|
||||
testImplementation(project(":jadx-core").dependencyProject.sourceSets.getByName("test").output)
|
||||
testImplementation(project.project(":jadx-core").sourceSets.getByName("test").output)
|
||||
}
|
||||
|
||||
val jadxVersion: String by rootProject.extra
|
||||
|
@ -8,7 +8,7 @@ dependencies {
|
||||
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.9.0")
|
||||
|
||||
testImplementation(project(":jadx-core").dependencyProject.sourceSets.test.get().output)
|
||||
testImplementation(project.project(":jadx-core").sourceSets.getByName("test").output)
|
||||
testImplementation("org.apache.commons:commons-lang3:3.17.0")
|
||||
|
||||
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
|
||||
|
Loading…
Reference in New Issue
Block a user