Skip to content

Commit 3a34fe8

Browse files
committed
#20 Correct Idea version to pass the tests
1 parent 1fd6bba commit 3a34fe8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
88
antlr4Version=4.10.1

src/main/java/org/eolang/jetbrains/EoCompileAction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import com.intellij.openapi.actionSystem.DataContext;
3232
import com.intellij.openapi.project.Project;
3333
import java.util.Collections;
34-
import java.util.function.Supplier;
3534
import org.jetbrains.annotations.NotNull;
3635
import org.jetbrains.idea.maven.execution.MavenRunConfigurationType;
3736
import org.jetbrains.idea.maven.execution.MavenRunnerParameters;

0 commit comments

Comments
 (0)