Skip to content

Commit

Permalink
Use plugin portal for plugin dependencies - plugins must be resolvabl…
Browse files Browse the repository at this point in the history
…e from the plugin portal, and this ensures that they are
  • Loading branch information
DanielThomas committed May 31, 2016
1 parent fef6246 commit 2a26db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
buildscript {
repositories {
jcenter()
}
}

plugins {
id 'groovy'
id 'idea'
Expand Down Expand Up @@ -65,10 +59,9 @@ sourceCompatibility = 1.7
targetCompatibility = 1.7

repositories {
jcenter()
maven { url 'https://plugins.gradle.org/m2/' }
}


test {
jvmArgs "-XX:MaxPermSize=256m"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class NebulaPluginPlugin implements Plugin<Project> {
targetCompatibility = 1.7

repositories {
jcenter()
maven { url 'https://plugins.gradle.org/m2/' }
}

jacocoTestReport {
Expand Down

0 comments on commit 2a26db1

Please sign in to comment.