File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/main/java/org/eolang/jetbrains Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pluginVersion=0.0.0
22
33# e.g. IC-2016.3.3, IU-2018.2.5 etc
44# For a list of possible values, refer to the section 'com.jetbrains.intellij.idea' at https://www.jetbrains.com/intellij-repository/releases
5- ideaVersion =2021.1
5+ ideaVersion =2018.3.2
66
77# The version of ANTLR v4 that will be used to generate the parser
88antlr4Version =4.10.1
Original file line number Diff line number Diff line change 3131import com .intellij .openapi .actionSystem .DataContext ;
3232import com .intellij .openapi .project .Project ;
3333import java .util .Collections ;
34- import java .util .function .Supplier ;
3534import org .jetbrains .annotations .NotNull ;
3635import org .jetbrains .idea .maven .execution .MavenRunConfigurationType ;
3736import org .jetbrains .idea .maven .execution .MavenRunnerParameters ;
You can’t perform that action at this time.
0 commit comments