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 63acd67 commit 36acbaaCopy full SHA for 36acbaa
build.gradle
@@ -1,26 +1,13 @@
1
-buildscript {
2
- repositories {
3
- maven {
4
- url "https://plugins.gradle.org/m2/"
5
- }
6
7
- url 'http://dl.bintray.com/jetbrains/intellij-plugin-service'
8
9
- mavenCentral()
10
11
-}
12
-
13
plugins {
14
- id "org.jetbrains.intellij" version "0.4.10"
+ id "org.jetbrains.intellij" version "1.3.0"
15
}
16
17
-apply plugin: 'org.jetbrains.intellij'
18
19
intellij {
20
- version 'IU-LATEST-EAP-SNAPSHOT'
21
- pluginName 'vue-gwt-plugin'
22
- downloadSources true
23
- updateSinceUntilBuild false
+ version.set('IU-LATEST-EAP-SNAPSHOT')
+ pluginName.set('vue-gwt-plugin')
+ downloadSources.set(true)
+ updateSinceUntilBuild.set(false)
24
plugins = ['java']
25
26
0 commit comments