This commit is contained in:
parent
edd3cdeb62
commit
4e3f8aab30
@ -36,7 +36,7 @@ task typescript(group: 'typescript', type: Exec) {
|
||||
|
||||
typescript.dependsOn typescriptInstall
|
||||
|
||||
task typescriptAPI(group: 'typescript', type: Tar) {
|
||||
task typescriptAPI(group: 'typescript', type: Jar) {
|
||||
into('types') {
|
||||
from new File(typescriptRootFile as File, 'src/types')
|
||||
}
|
||||
@ -45,10 +45,6 @@ task typescriptAPI(group: 'typescript', type: Tar) {
|
||||
}
|
||||
|
||||
classifier 'api'
|
||||
|
||||
compression Compression.GZIP
|
||||
|
||||
extension 'tar.gz'
|
||||
}
|
||||
|
||||
typescriptAPI.dependsOn typescript
|
||||
|
Reference in New Issue
Block a user