Skip to content

Commit

Permalink
Remove redundant buildscript path
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiesardo committed Oct 13, 2013
1 parent 855fc70 commit 071f8f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ subprojects {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.4'
classpath 'org.gradle.api.plugins:gradle-nexus-plugin:0.2'
classpath 'org.gradle.api.plugins:gradle-nexus-plugin:0.3'
classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.4'
}
}
Expand Down
13 changes: 0 additions & 13 deletions icepick/deploy.gradle
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
buildscript {
repositories {
mavenCentral()
}

dependencies {
classpath 'org.gradle.api.plugins:gradle-nexus-plugin:0.3'
}
}


apply plugin: 'maven'
apply plugin: 'nexus'



modifyPom {
project {

Expand Down

0 comments on commit 071f8f1

Please sign in to comment.