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:
nitram84
2024-10-22 18:24:57 +02:00
committed by GitHub
parent a43b3282ef
commit 8a34d973ff
8 changed files with 13 additions and 10 deletions
+1
View File
@@ -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