Skip to content

Commit

Permalink
updated pluginScripts: pointing to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
akhikhl committed Dec 12, 2013
1 parent 885d244 commit 47cc397
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
12 changes: 2 additions & 10 deletions pluginScripts/gretty-0.0.5.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ buildscript {

repositories {
mavenLocal()
maven {
name = 'gretty repository'
url = 'https://raw.github.com/akhikhl/gretty/master/maven_repo'
}
mavenCentral() // to get groovy-all (required by gretty plugin)
mavenCentral()
}

apply plugin: 'maven'
Expand All @@ -18,11 +14,7 @@ buildscript {

repositories {
mavenLocal()
maven {
name = 'gretty repository'
url = 'https://raw.github.com/akhikhl/gretty/master/maven_repo'
}
mavenCentral() // to get groovy-all (required by gretty plugin)
mavenCentral()
}

apply plugin: 'java'
Expand Down
12 changes: 2 additions & 10 deletions pluginScripts/gretty.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ buildscript {

repositories {
mavenLocal()
maven {
name = 'gretty repository'
url = 'https://raw.github.com/akhikhl/gretty/master/maven_repo'
}
mavenCentral() // to get groovy-all (required by gretty plugin)
mavenCentral()
}

apply plugin: 'maven'
Expand All @@ -18,11 +14,7 @@ buildscript {

repositories {
mavenLocal()
maven {
name = 'gretty repository'
url = 'https://raw.github.com/akhikhl/gretty/master/maven_repo'
}
mavenCentral() // to get groovy-all (required by gretty plugin)
mavenCentral()
}

apply plugin: 'java'
Expand Down

0 comments on commit 47cc397

Please sign in to comment.