build: use jadx-gui as a library in plugins (PR #2310)
* fix(gui): fix javadoc issues * feat(gui): export jadx-gui as a library * fix(gui): fix javadoc issues * fix(gui): remove invalid characters for javadoc * add jadx-library also for jadx-cli and jadx-script-ide modules --------- Co-authored-by: Skylot <118523+skylot@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
plugins {
|
||||
id("jadx-java")
|
||||
id("jadx-library")
|
||||
id("application")
|
||||
|
||||
// use shadow only for application scripts, jar will be copied from jadx-gui
|
||||
|
||||
Reference in New Issue
Block a user