mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
feat: upgrade gradle to 6.1 & gradle build tools to 3.5.3 (#792)
* feat!: upgrade gradle to 6.1 * feat!: upgrade gradle build tools to 3.5.3 * feat: added `npm run clean-tests` * fix!: Removed useDeprecatedNdk as this option is now completely removed from gradle. * feat!: bump gradle to 6.1 & gradle build tools to 3.5.3 Co-authored-by: エリス <erisu@users.noreply.github.com>
This commit is contained in:
+2
-1
@@ -24,7 +24,8 @@
|
||||
"cover": "nyc jasmine --config=spec/coverage.json",
|
||||
"e2e-tests": "jasmine --config=spec/e2e/jasmine.json",
|
||||
"java-unit-tests": "node test/run_java_unit_tests.js",
|
||||
"eslint": "eslint . \"bin/**/!(*.*|gitignore)\""
|
||||
"eslint": "eslint . \"bin/**/!(*.*|gitignore)\"",
|
||||
"clean-tests": "node bin/clean_test.js"
|
||||
},
|
||||
"author": "Apache Software Foundation",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user