chore: migrate gradle shadow plugin
This commit is contained in:
@@ -3,7 +3,7 @@ plugins {
|
||||
id("application")
|
||||
|
||||
// use shadow only for application scripts, jar will be copied from jadx-gui
|
||||
id("com.github.johnrengelman.shadow") version "8.1.1"
|
||||
id("com.gradleup.shadow") version "8.3.0"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -2,7 +2,7 @@ plugins {
|
||||
id("jadx-kotlin")
|
||||
id("application")
|
||||
id("edu.sc.seis.launch4j") version "3.0.6"
|
||||
id("com.github.johnrengelman.shadow") version "8.1.1"
|
||||
id("com.gradleup.shadow") version "8.3.0"
|
||||
id("org.beryx.runtime") version "1.13.1"
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -71,7 +71,7 @@ object JadxScriptConfiguration : ScriptCompilationConfiguration({
|
||||
isStandalone(true)
|
||||
|
||||
// forcing compiler to not use modules while building script classpath
|
||||
// because shadow jar remove all modules-info.class (https://github.com/johnrengelman/shadow/issues/710)
|
||||
// because shadow jar remove all modules-info.class (https://github.com/GradleUp/shadow/issues/710)
|
||||
compilerOptions.append("-Xjdk-release=1.8")
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user