build: update 'beryx.runtime' gradle plugin to fix 'win with jre' build
This commit is contained in:
@@ -8,7 +8,7 @@ dependencies {
|
||||
|
||||
implementation("com.google.code.gson:gson:2.13.2")
|
||||
|
||||
testImplementation("org.apache.commons:commons-lang3:3.18.0")
|
||||
testImplementation("org.apache.commons:commons-lang3:3.19.0")
|
||||
|
||||
testImplementation(project(":jadx-plugins:jadx-dex-input"))
|
||||
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
|
||||
|
||||
@@ -4,7 +4,7 @@ plugins {
|
||||
id("jadx-library")
|
||||
id("com.gradleup.shadow") version "8.3.8"
|
||||
id("edu.sc.seis.launch4j") version "4.0.0"
|
||||
id("org.beryx.runtime") version "1.13.1"
|
||||
id("org.beryx.runtime") version "2.0.0-rc"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -40,11 +40,11 @@ dependencies {
|
||||
implementation("com.formdev:flatlaf-extras:3.6.1")
|
||||
|
||||
implementation("com.google.code.gson:gson:2.13.2")
|
||||
implementation("org.apache.commons:commons-lang3:3.18.0")
|
||||
implementation("org.apache.commons:commons-lang3:3.19.0")
|
||||
implementation("org.apache.commons:commons-text:1.14.0")
|
||||
implementation("commons-io:commons-io:2.20.0")
|
||||
|
||||
implementation("io.reactivex.rxjava3:rxjava:3.1.11")
|
||||
implementation("io.reactivex.rxjava3:rxjava:3.1.12")
|
||||
implementation("com.github.akarnokd:rxjava3-swing:3.1.1")
|
||||
implementation("com.android.tools.build:apksig:8.13.0")
|
||||
implementation("io.github.skylot:jdwp:2.0.0")
|
||||
|
||||
@@ -12,7 +12,7 @@ dependencies {
|
||||
}
|
||||
}
|
||||
|
||||
implementation("com.android.tools.build:bundletool:1.18.1") {
|
||||
implementation("com.android.tools.build:bundletool:1.18.2") {
|
||||
// All of this is unnecessary for parsing BundleConfig.pb except for protobuf
|
||||
exclude(group = "com.android.tools.build")
|
||||
exclude(group = "com.google.protobuf")
|
||||
|
||||
@@ -9,7 +9,7 @@ dependencies {
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.9.0")
|
||||
|
||||
testImplementation(project.project(":jadx-core").sourceSets.getByName("test").output)
|
||||
testImplementation("org.apache.commons:commons-lang3:3.18.0")
|
||||
testImplementation("org.apache.commons:commons-lang3:3.19.0")
|
||||
|
||||
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies {
|
||||
api(project(":jadx-core"))
|
||||
|
||||
testImplementation(project.project(":jadx-core").sourceSets.getByName("test").output)
|
||||
testImplementation("org.apache.commons:commons-lang3:3.18.0")
|
||||
testImplementation("org.apache.commons:commons-lang3:3.19.0")
|
||||
|
||||
testRuntimeOnly(project(":jadx-plugins:jadx-smali-input"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user