Fixed mavenLocal configuration
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
rootProject.name = "buildSrc"
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
mavenLocal {
|
||||
include("org.openrndr")
|
||||
content {
|
||||
includeGroup("org.openrndr")
|
||||
includeGroup("org.openrndr.extra")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user