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) {
19
19
}
20
20
21
21
buildscript {
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"
23
23
}
24
24
25
25
apply plugin : " catkin"
@@ -40,7 +40,7 @@ subprojects {
40
40
*
41
41
* To modify, or add repos to the default external maven repositories list, pull request against this code:
42
42
*
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
44
44
*/
45
45
apply plugin : " ros-java"
46
46
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
28
28
29
29
git clone https://github.com/rosjava/rosjava_core
30
30
cd rosjava_core
31
- git checkout -b indigo origin/indigo
31
+ git checkout -b kinetic origin/kinetic
32
32
33
33
and proceed immediately to the section on :ref: `building `.
34
34
You can’t perform that action at this time.
0 commit comments