chore: migrate gradle shadow plugin

This commit is contained in:
Skylot
2024-08-08 20:44:34 +01:00
parent 60fb458024
commit 5f1bd1d9ba
3 changed files with 3 additions and 3 deletions
@@ -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")
})