Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions idea-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
buildscript {
repositories {
mavenLocal()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public' }
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
maven {
url 'http://dl.bintray.com/jetbrains/intellij-plugin-service'
}
jcenter()
mavenCentral()

}
Expand All @@ -26,6 +29,8 @@ allprojects {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
repositories {
mavenLocal()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public' }
jcenter()
mavenCentral()
}
Expand Down
4 changes: 2 additions & 2 deletions idea-plugin/p3c-common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id "org.jetbrains.intellij" version '0.4.5'
id "java"
id "org.jetbrains.intellij" version '0.4.21'
}
apply plugin: 'kotlin'
apply plugin: 'idea'
apply plugin: 'maven'
apply plugin: 'signing'

Expand Down
3 changes: 1 addition & 2 deletions idea-plugin/p3c-idea/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
plugins {
id "org.jetbrains.intellij" version '0.4.5'
id "org.jetbrains.intellij" version '0.4.21'
}
apply plugin: 'kotlin'
apply plugin: 'idea'

def myPlugins = ['git4idea']
def versionDotIndex = idea_version.indexOf('.')
Expand Down