0
的build.gradle:搖籃「變平」,在目錄戰爭
...
configurations {
dartLibrary
}
dependencies {
// Dart - web has a lot of subdirs... (packages and so forth)
dartLibrary fileTree(dir: 'src/main/dart/web')
}
war {
into('/') {
from configurations.dartLibrary
}
}
這將所有文件複製形成的src/main /鏢/網頁到我的戰爭,但問題是,它「扁平」結構。意味着來自網絡及其子網的所有文件都合併到我的戰爭中。
請注意。幫助:-)
非常感謝! –