build: migrate to kotlin dsl in gradle scripts, update gradle and deps
This commit is contained in:
@@ -23,7 +23,7 @@ sourceSets {
|
||||
kotlin.srcDirs(
|
||||
"scripts",
|
||||
"scripts/gui",
|
||||
"context"
|
||||
"context",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,9 +6,9 @@ plugins {
|
||||
dependencies {
|
||||
implementation(project(":jadx-plugins:jadx-script:jadx-script-runtime"))
|
||||
|
||||
implementation(kotlin("scripting-common"))
|
||||
implementation(kotlin("scripting-jvm"))
|
||||
implementation(kotlin("scripting-jvm-host"))
|
||||
implementation(kotlin("scripting-common"))
|
||||
implementation(kotlin("scripting-jvm"))
|
||||
implementation(kotlin("scripting-jvm-host"))
|
||||
|
||||
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
|
||||
|
||||
|
||||
@@ -22,5 +22,4 @@ dependencies {
|
||||
runtimeOnly(project(":jadx-plugins:jadx-java-convert"))
|
||||
runtimeOnly(project(":jadx-plugins:jadx-java-input"))
|
||||
runtimeOnly(project(":jadx-plugins:jadx-raung-input"))
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user