Skip to content

Commit

Permalink
Changed generator install folder to maven local instead of ../repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed Feb 9, 2014
1 parent 5d55937 commit 5779697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ version = '1.0-SNAPSHOT'
install {
repositories {
mavenDeployer {
repository(url: uri('../repo'))
repository url: 'file://' + new File(System.getProperty('user.home'), '.m2/repository').absolutePath
}
}
}
4 changes: 1 addition & 3 deletions xbmc-jsonrpclib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ buildscript {

repositories {
mavenCentral()
maven {
url uri('../repo')
}
mavenLocal()
}

dependencies {
Expand Down

0 comments on commit 5779697

Please sign in to comment.