This website requires JavaScript.
Explore
Help
Sign In
public
/
cordova-android
Watch
9
Star
0
Fork
0
You've already forked cordova-android
forked from
github/cordova-android
Code
Pull Requests
Activity
f1f1ac3cbd
cordova-android
/
test
/
wrapper.gradle
4 lines
38 B
Groovy
Raw
Normal View
History
Unescape
Escape
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 22:09:04 +08:00
wrapper
{
Updates for latest gradle/build tools Ref GH-504.
2018-09-26 15:29:31 +08:00
gradleVersion
=
'4.6'
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 22:09:04 +08:00
}
Copy Permalink