mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
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.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
wrapper {
|
||||
gradleVersion = '4.4.1'
|
||||
}
|
||||
Reference in New Issue
Block a user