Skip to content

Commit cb968dc

Browse files
committed
chore: upgrade IntelliJ platform SDK
1 parent acedb1f commit cb968dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ buildscript {
1111
}
1212

1313
plugins {
14-
id "org.jetbrains.intellij" version "0.3.11"
14+
id "org.jetbrains.intellij" version "0.4.10"
1515
}
1616

1717
apply plugin: 'org.jetbrains.intellij'
1818

1919
intellij {
20-
version 'IU-173.4674.33'
20+
version 'IU-LATEST-EAP-SNAPSHOT'
2121
pluginName 'vue-gwt-plugin'
22-
downloadSources false
22+
downloadSources true
2323
updateSinceUntilBuild false
24+
plugins = ['java']
2425
}
2526

2627
group 'com.axellience'

0 commit comments

Comments
 (0)