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

Commit c7a8267

Browse files
committed
ros-java plugin -> more convenient external script
1 parent fd81ff7 commit c7a8267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
}
3131

3232
subprojects {
33-
apply plugin: "ros-java"
33+
apply from: "https://raw.githubusercontent.com/rosjava/rosjava_bootstrap/indigo/ros-java.gradle"
3434
apply plugin: "osgi"
3535
apply plugin: "idea"
3636
apply plugin: "eclipse"

0 commit comments

Comments
 (0)