Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit 2ed86c8

Browse files
committed
backup with maven central.
1 parent 05debcf commit 2ed86c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rosjava_bootstrap
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.20 (2014-03-20)
6+
-------------------
7+
* Trim maven repository list and backup with maven central.
8+
* Contributors: Daniel Stonier
9+
510
0.1.19 (2014-03-19)
611
-------------------
712
* gradle 1.11, buildTools 19.0.3, gradle android plugin 0.9.+

build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,12 @@ subprojects {
3939
sourceCompatibility = 1.6
4040
targetCompatibility = 1.6
4141

42-
def repoURLs = project.rosMavenPath.collect { 'file://' + it }
4342
repositories {
44-
repoURLs.each { p ->
45-
maven {
46-
url p
47-
}
48-
}
4943
mavenLocal()
5044
maven {
5145
url project.rosMavenRepository
5246
}
47+
mavenCentral()
5348
}
5449
if ( project.rosMavenDeploymentRepository != 'null' && project.rosMavenDeploymentRepository != '' ) {
5550
publishing {

0 commit comments

Comments
 (0)