Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
f072ee2f
Commit
f072ee2f
authored
6 years ago
by
Nikita Skvortsov
Browse files
Options
Download
Email Patches
Plain Diff
[gradle] update test to latest Gradle version
parent
651a73ac
Branches unavailable
Tags unavailable
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/gradle/tooling-extension-impl/testSources/org/jetbrains/plugins/gradle/tooling/builder/AbstractModelBuilderTest.java
+1
-1
...gins/gradle/tooling/builder/AbstractModelBuilderTest.java
with
1 addition
and
1 deletion
+1
-1
plugins/gradle/tooling-extension-impl/testSources/org/jetbrains/plugins/gradle/tooling/builder/AbstractModelBuilderTest.java
+
1
-
1
View file @
f072ee2f
...
...
@@ -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
]);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help