Skip to content

Commit ad612b3

Browse files
author
plamen5kov
committed
use gradlew instead of gradle command
1 parent bccc837 commit ad612b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/project-template-gradle/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,10 @@ task runBindingGenerator (type: Exec) {
220220

221221
workingDir "$rootDir/build-tools/android-static-binding-generator"
222222
if(isWinOs) {
223-
commandLine "cmd", "/c", "gradle", "generatebindings", jarsDir, jsCodeToParse, outDir
223+
commandLine "cmd", "/c", "gradlew", "generatebindings", jarsDir, jsCodeToParse, outDir
224224
}
225225
else {
226-
commandLine "gradle", "generatebindings", jarsDir, jsCodeToParse, outDir
226+
commandLine "gradlew", "generatebindings", jarsDir, jsCodeToParse, outDir
227227
}
228228
}
229229

0 commit comments

Comments
 (0)