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