This website requires JavaScript.
Explore
Help
Sign In
github
/
cordova-android
Watch
3
Star
0
Fork
1
You've already forked cordova-android
mirror of
https://github.com/apache/cordova-android.git
synced
2025-01-31 17:32:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
18e28294d6
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
}
Reference in New Issue
Copy Permalink