Skip to content

Commit

Permalink
build: Add mavenCentral() to buildscript classpath
Browse files Browse the repository at this point in the history
This would be how normal builds would do it and it allows the Bnd Gradle
plugin to reference dependencies.

Signed-off-by: BJ Hargrave <[email protected]>
  • Loading branch information
bjhargrave committed Nov 21, 2018
1 parent ec66d5b commit b228086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import aQute.bnd.osgi.Constants
/* Add bnd gradle plugin as a script dependency */
buildscript {
repositories {
mavenCentral()
maven {
url uri(bnd_repourl)
}
Expand Down

0 comments on commit b228086

Please sign in to comment.