Commit f072ee2f authored by Nikita Skvortsov's avatar Nikita Skvortsov
Browse files

[gradle] update test to latest Gradle version

parent 651a73ac
Branches unavailable Tags unavailable
Showing with 1 addition and 1 deletion
+1 -1
......@@ -68,7 +68,7 @@ public abstract class AbstractModelBuilderTest {
{"2.6"}, /*{"2.7"}, {"2.8"}, {"2.9"}, {"2.10"}, {"2.11"}, {"2.12"}, {"2.13"}, */{"2.14.1"},
{"3.0"}, /*{"3.1"}, {"3.2"}, {"3.3"}, {"3.4"},*/ {"3.5"},
{"4.0"}, /*{"4.1"}, {"4.2"}, {"4.3"}, {"4.4"}, {"4.5.1"}, {"4.6"}, {"4.7"}, {"4.8"}, {"4.9"},*/ {"4.10.3"},
{"5.0"}, /*{"5.1"},*/ {"5.3.1"}
{"5.0"}, /*{"5.1"}, {"5.3.1"},*/ {"5.4"}
};
public static final String BASE_GRADLE_VERSION = String.valueOf(SUPPORTED_GRADLE_VERSIONS[SUPPORTED_GRADLE_VERSIONS.length - 1][0]);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment