mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
gradle: add testing with Gradle 2.3
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ public abstract class AbstractModelBuilderTest {
|
||||
|
||||
public static final Object[][] SUPPORTED_GRADLE_VERSIONS = {
|
||||
{"1.9"}, {"1.10"}, {"1.11"}, {"1.12"},
|
||||
{"2.0"}, {"2.1"}, {"2.2"}
|
||||
{"2.0"}, {"2.1"}, {"2.2"} , {"2.3"}
|
||||
};
|
||||
|
||||
public static final Pattern TEST_METHOD_NAME_PATTERN = Pattern.compile("(.*)\\[(\\d*: with Gradle-.*)\\]");
|
||||
|
||||
Reference in New Issue
Block a user