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

Commit 61b4b3e

Browse files
committed
revert to the faster, binary plugin, with a better hint at where maven repos are configured.
1 parent c7a8267 commit 61b4b3e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

build.gradle

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

3232
subprojects {
33-
apply from: "https://raw.githubusercontent.com/rosjava/rosjava_bootstrap/indigo/ros-java.gradle"
33+
/*
34+
* The ros plugin configures a few things:
35+
*
36+
* - local deployment repository : where it dumps the jars and packaged artifacts)
37+
* - local maven repositories : where it finds your locally installed/built artifacts)
38+
* - external maven repositories : where it goes looking if it can't find dependencies locally
39+
*
40+
* To modify, or add repos to the default external maven repositories list, pull request against this code:
41+
*
42+
* https://github.com/rosjava/rosjava_bootstrap/blob/indigo/gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy#L31
43+
*/
44+
apply plugin: "ros-java"
3445
apply plugin: "osgi"
3546
apply plugin: "idea"
3647
apply plugin: "eclipse"

0 commit comments

Comments
 (0)