This commit is contained in:
parent
45e6c1468f
commit
e00f270827
@ -37,10 +37,10 @@ task typescript(group: 'typescript', type: Exec) {
|
||||
typescript.dependsOn typescriptInstall
|
||||
|
||||
task typescriptAPI(group: 'typescript', type: Jar) {
|
||||
into('types') {
|
||||
from new File(typescriptRootFile as File, 'src/types')
|
||||
into('/types') {
|
||||
from new File(typescriptRootFile as File, 'types')
|
||||
}
|
||||
into('lib') {
|
||||
into('/lib') {
|
||||
from dtsOut
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user