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

Commit 8c883f6

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

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

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

0 commit comments

Comments
 (0)