File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
+ mavenLocal()
4
+ maven { url ' http://maven.aliyun.com/nexus/content/groups/public' }
3
5
maven {
4
6
url " https://oss.sonatype.org/content/repositories/snapshots/"
5
7
}
6
8
maven {
7
9
url ' http://dl.bintray.com/jetbrains/intellij-plugin-service'
8
10
}
11
+ jcenter()
9
12
mavenCentral()
10
13
11
14
}
@@ -26,6 +29,8 @@ allprojects {
26
29
resolutionStrategy. cacheChangingModulesFor 0 , ' seconds'
27
30
}
28
31
repositories {
32
+ mavenLocal()
33
+ maven { url ' http://maven.aliyun.com/nexus/content/groups/public' }
29
34
jcenter()
30
35
mavenCentral()
31
36
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " org.jetbrains.intellij" version ' 0.4.5'
2
+ id " java"
3
+ id " org.jetbrains.intellij" version ' 0.4.21'
3
4
}
4
5
apply plugin : ' kotlin'
5
- apply plugin : ' idea'
6
6
apply plugin : ' maven'
7
7
apply plugin : ' signing'
8
8
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " org.jetbrains.intellij" version ' 0.4.5 '
2
+ id " org.jetbrains.intellij" version ' 0.4.21 '
3
3
}
4
4
apply plugin : ' kotlin'
5
- apply plugin : ' idea'
6
5
7
6
def myPlugins = [' git4idea' ]
8
7
def versionDotIndex = idea_version. indexOf(' .' )
You can’t perform that action at this time.
0 commit comments