Skip to content

Commit 9e690f5

Browse files
committed
fix downloadJsc task
1 parent 4c93d4f commit 9e690f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'io.abner.fastdev.android'
2-
version '0.3.2'
2+
version '0.3.3'
33

44
buildscript {
55
repositories {

download-jsc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
apply plugin: 'de.undercouch.download'
1919
apply plugin: 'java'
2020

21-
ask downloadOldJsc(type: Download) {
21+
task downloadOldJsc(type: Download) {
2222

2323
src 'https://registry.npmjs.org/jsc-android/-/jsc-android-245459.0.0.tgz'
2424
dest new File("${projectDir}/jsc-download-package")

0 commit comments

Comments
 (0)