We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acedb1f commit cb968dcCopy full SHA for cb968dc
build.gradle
@@ -11,16 +11,17 @@ buildscript {
11
}
12
13
plugins {
14
- id "org.jetbrains.intellij" version "0.3.11"
+ id "org.jetbrains.intellij" version "0.4.10"
15
16
17
apply plugin: 'org.jetbrains.intellij'
18
19
intellij {
20
- version 'IU-173.4674.33'
+ version 'IU-LATEST-EAP-SNAPSHOT'
21
pluginName 'vue-gwt-plugin'
22
- downloadSources false
+ downloadSources true
23
updateSinceUntilBuild false
24
+ plugins = ['java']
25
26
27
group 'com.axellience'
0 commit comments