Skip to content

Commit a06d833

Browse files
committed
Move to new ProjectDataManager introduced in 2017.2, fixes #209
Move to ideaVersion 172.1909-EAP-CANDIDATE-SNAPSHOT due to an issue with 172-SNAPSHOT
1 parent c7e0c09 commit a06d833

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ dependencies {
119119

120120
intellij {
121121
// IntelliJ IDEA dependency
122-
version = "IC-$ideaVersion"
122+
version = ideaVersion
123123
// Bundled plugin dependencies
124124
setPlugins("maven", "gradle", "Groovy",
125125
// needed dependencies for unit tests

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# MIT License
99
#
1010
# suppress inspection "UnusedProperty" for whole file
11-
ideaVersion = 172-SNAPSHOT
11+
ideaVersion = 172.1909-EAP-CANDIDATE-SNAPSHOT
1212
javaVersion = 1.8
1313
kotlinVersion = 1.1.1
1414

src/main/kotlin/com/demonwav/mcdev/buildsystem/gradle/GradleBuildSystem.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import com.intellij.openapi.command.WriteCommandAction
3535
import com.intellij.openapi.components.ServiceManager
3636
import com.intellij.openapi.externalSystem.service.execution.ExternalSystemJdkUtil
3737
import com.intellij.openapi.externalSystem.service.execution.ExternalSystemRunConfiguration
38-
import com.intellij.openapi.externalSystem.service.project.manage.ProjectDataManager
38+
import com.intellij.openapi.externalSystem.service.project.ProjectDataManager
3939
import com.intellij.openapi.fileEditor.FileDocumentManager
4040
import com.intellij.openapi.module.Module
4141
import com.intellij.openapi.progress.ProgressIndicator

0 commit comments

Comments
 (0)