Skip to content

Commit

Permalink
Add rosjava patch to replace jcenter with mavenCentral (#811)
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben Garcia <ruben.m.garciaruiz@nasa.gov>
  • Loading branch information
rgarciaruiz and Ruben Garcia authored Oct 17, 2024
1 parent 0e7b5eb commit 1110fda
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Index: ros-noetic-rosjava-bootstrap/build.gradle
===================================================================
--- ros-noetic-rosjava-bootstrap.orig/build.gradle
+++ ros-noetic-rosjava-bootstrap/build.gradle
@@ -33,7 +33,7 @@ subprojects {

// These external repositories are copied from bootstrap.gradle.
repositories {
- jcenter()
+ mavenCentral()
maven {
url "http://repository.springsource.com/maven/bundles/release"
}
1 change: 1 addition & 0 deletions scripts/setup/debians/rosjava/bootstrap/patches/series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
replace_jcenter.patch

0 comments on commit 1110fda

Please sign in to comment.