This repository was archived by the owner on Aug 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ task wrapper(type: Wrapper) {
1919}
2020
2121buildscript {
22- apply from : " https://github.com/rosjava/rosjava_bootstrap/raw/indigo /buildscript.gradle"
22+ apply from : " https://github.com/rosjava/rosjava_bootstrap/raw/kinetic /buildscript.gradle"
2323}
2424
2525apply plugin : " catkin"
@@ -40,7 +40,7 @@ subprojects {
4040 *
4141 * To modify, or add repos to the default external maven repositories list, pull request against this code:
4242 *
43- * https://github.com/rosjava/rosjava_bootstrap/blob/indigo /gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy#L31
43+ * https://github.com/rosjava/rosjava_bootstrap/blob/kinetic /gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy#L31
4444 */
4545 apply plugin : " ros-java"
4646 apply plugin : " osgi"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ you simply need to clone the github repository
2828
2929 git clone https://github.com/rosjava/rosjava_core
3030 cd rosjava_core
31- git checkout -b indigo origin/indigo
31+ git checkout -b kinetic origin/kinetic
3232
3333 and proceed immediately to the section on :ref: `building `.
3434
You can’t perform that action at this time.
0 commit comments