Logo
Explore Help
Sign In
public/cordova-android
public/cordova-android
9
0
Fork 0
You've already forked cordova-android
forked from github/cordova-android
Code Pull Requests Activity
cordova-android/test/wrapper.gradle

4 lines
40 B
Groovy
Raw Normal View History

Fix Java tests for older Gradle versions Before this, Gradle 4.4 was required to build the Gradle wrapper and thus run the Java tests. This was because of all the stuff that had to be configured when running the wrapper task using the build.gradle file. Now we use a config file that only specifies the required Gradle version and nothing else to run the wrapper task. This allows tests to be run with Gradle versions beginning with 2.
2018-06-13 16:09:04 +02:00
wrapper {
gradleVersion = '4.4.1'
}
Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 34ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API