mirror of
https://github.com/skylot/jadx.git
synced 2025-02-21 05:21:35 +00:00
fix(build): add missing files in bundle
This commit is contained in:
parent
f2ea6415c9
commit
ce527ed753
@ -89,6 +89,10 @@ val copyArtifacts by tasks.registering(Copy::class) {
|
||||
include("**/*.jar")
|
||||
rename("jadx-gui-(.*)-all.jar", "jadx-$1-all.jar")
|
||||
}
|
||||
from(layout.projectDirectory) {
|
||||
include("README.md")
|
||||
include("LICENSE")
|
||||
}
|
||||
into(layout.buildDirectory.dir("jadx"))
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user