mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
copy Kotlin runtime to lib directory in layouts.gant
This commit is contained in:
@@ -203,6 +203,11 @@ def layoutFull(String home, String targetDirectory, String patchedDescriptorDir
|
||||
|
||||
fileset(dir: "$home/lib", includesfile: "${home}/lib/required_for_dist.txt")
|
||||
|
||||
fileset(dir: "$home/build/kotlinc/lib") {
|
||||
include(name: "kotlin-runtime.jar")
|
||||
include(name: "kotlin-reflect.jar")
|
||||
}
|
||||
|
||||
dir("src") {
|
||||
fileset(dir: "$home/lib/src") {
|
||||
include(name: "trove4j_src.jar")
|
||||
|
||||
Reference in New Issue
Block a user