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

Commit a7ddd4b

Browse files
committed
ros-java plugin -> more convenient external script
1 parent 36bebe1 commit a7ddd4b

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
@@ -31,7 +31,7 @@ allprojects {
3131

3232
subprojects {
3333
if (name != 'docs') {
34-
apply plugin: "ros-java"
34+
apply from: "https://raw.githubusercontent.com/rosjava/rosjava_bootstrap/indigo/ros-java.gradle"
3535
apply plugin: "osgi"
3636
apply plugin: "idea"
3737
apply plugin: "eclipse"

0 commit comments

Comments
 (0)