Skip to content
Snippets Groups Projects
Commit 2ed86c80 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

backup with maven central.

parent 05debcf7
Branches
Tags
No related merge requests found
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
Changelog for package rosjava_bootstrap Changelog for package rosjava_bootstrap
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.20 (2014-03-20)
-------------------
* Trim maven repository list and backup with maven central.
* Contributors: Daniel Stonier
0.1.19 (2014-03-19) 0.1.19 (2014-03-19)
------------------- -------------------
* gradle 1.11, buildTools 19.0.3, gradle android plugin 0.9.+ * gradle 1.11, buildTools 19.0.3, gradle android plugin 0.9.+
......
...@@ -39,17 +39,12 @@ subprojects { ...@@ -39,17 +39,12 @@ subprojects {
sourceCompatibility = 1.6 sourceCompatibility = 1.6
targetCompatibility = 1.6 targetCompatibility = 1.6
def repoURLs = project.rosMavenPath.collect { 'file://' + it }
repositories { repositories {
repoURLs.each { p ->
maven {
url p
}
}
mavenLocal() mavenLocal()
maven { maven {
url project.rosMavenRepository url project.rosMavenRepository
} }
mavenCentral()
} }
if ( project.rosMavenDeploymentRepository != 'null' && project.rosMavenDeploymentRepository != '' ) { if ( project.rosMavenDeploymentRepository != 'null' && project.rosMavenDeploymentRepository != '' ) {
publishing { publishing {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment