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

Commit ab5d79f

Browse files
committed
add missing mavenCentral as a last resort for dependency finding, caught by Damon.
1 parent fb4d0df commit ab5d79f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class RosPlugin implements Plugin<Project> {
4343
maven {
4444
url 'https://github.com/rosjava/rosjava_mvn_repo/raw/master'
4545
}
46+
mavenCentral()
4647
}
4748
}
4849
}

0 commit comments

Comments
 (0)