Skip to content

Commit 36acbaa

Browse files
thelsingadrienbaron
authored andcommitted
Update build.gradle
1 parent 63acd67 commit 36acbaa

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

build.gradle

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
1-
buildscript {
2-
repositories {
3-
maven {
4-
url "https://plugins.gradle.org/m2/"
5-
}
6-
maven {
7-
url 'http://dl.bintray.com/jetbrains/intellij-plugin-service'
8-
}
9-
mavenCentral()
10-
}
11-
}
12-
131
plugins {
14-
id "org.jetbrains.intellij" version "0.4.10"
2+
id "org.jetbrains.intellij" version "1.3.0"
153
}
164

17-
apply plugin: 'org.jetbrains.intellij'
185

196
intellij {
20-
version 'IU-LATEST-EAP-SNAPSHOT'
21-
pluginName 'vue-gwt-plugin'
22-
downloadSources true
23-
updateSinceUntilBuild false
7+
version.set('IU-LATEST-EAP-SNAPSHOT')
8+
pluginName.set('vue-gwt-plugin')
9+
downloadSources.set(true)
10+
updateSinceUntilBuild.set(false)
2411
plugins = ['java']
2512
}
2613

0 commit comments

Comments
 (0)