File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed
Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -4,31 +4,22 @@ buildscript {
44 maven { url ' https://dl.bintray.com/kotlin/kotlin-eap' }
55 maven { url " http://repo.springsource.org/lib-release" }
66 maven {
7- url " https://plugins.gradle.org/m2/"
7+ url " https://oss.sonatype.org/content/repositories/snapshots/"
8+ }
9+ maven {
10+ url ' http://dl.bintray.com/jetbrains/intellij-plugin-service'
811 }
912 }
1013 dependencies {
1114 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
12- classpath " gradle.plugin. org.jetbrains.intellij.plugins:gradle-intellij-plugin:0.2.5 "
15+ classpath " org.jetbrains.intellij.plugins:gradle-intellij-plugin:0.2.0-SNAPSHOT "
1316 }
1417}
1518apply plugin : " org.jetbrains.intellij"
1619
1720intellij {
1821 pluginName name
1922 version ideaVersion
20-
21- sandboxDirectory = " ${ rootProject.buildDir} /idea-sandbox"
22- downloadSources false
23- // FIXME: hack to support both IDEA 15 and IDEA 16.
24- // See https://github.com/intellij-rust/intellij-rust/issues/243
25- updateSinceUntilBuild = false
26-
27-
28- publishPlugin {
29- username hasProperty(' username' ) ? username : System . getenv(' username' )
30- password hasProperty(' password' ) ? password : System . getenv(' password' )
31- }
3223}
3324
3425
@@ -61,7 +52,6 @@ task wrapper(type: Wrapper) {
6152}
6253
6354dependencies {
64-
6555 compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
6656 compile ' org.neo4j:neo4j:3.1.1'
6757 compile ' org.neo4j:neo4j-bolt:3.1.1'
You can’t perform that action at this time.
0 commit comments