Skip to content

Commit 7b0b16b

Browse files
committed
fix gradle build; move to stable build now
1 parent ffd6097 commit 7b0b16b

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

build.gradle

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
11
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
22

3-
buildscript {
4-
repositories {
5-
mavenCentral()
6-
maven {
7-
url "https://oss.sonatype.org/content/repositories/snapshots/"
8-
}
9-
maven {
10-
url 'https://dl.bintray.com/jetbrains/intellij-plugin-service'
11-
}
12-
13-
}
14-
dependencies {
15-
classpath "org.jetbrains.intellij.plugins:gradle-intellij-plugin:0.5.0-SNAPSHOT"
16-
}
17-
}
18-
193
plugins {
20-
id "org.jetbrains.intellij" version "0.4.8"
4+
id "org.jetbrains.intellij" version "0.4.11"
215
id 'com.palantir.git-version' version "0.11.0"
226
}
237

0 commit comments

Comments
 (0)