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 ffd6097 commit 7b0b16bCopy full SHA for 7b0b16b
build.gradle
@@ -1,23 +1,7 @@
1
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
2
3
-buildscript {
4
- repositories {
5
- mavenCentral()
6
- maven {
7
- url "https://oss.sonatype.org/content/repositories/snapshots/"
8
- }
9
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
19
plugins {
20
- id "org.jetbrains.intellij" version "0.4.8"
+ id "org.jetbrains.intellij" version "0.4.11"
21
id 'com.palantir.git-version' version "0.11.0"
22
}
23
0 commit comments