Testing, Remove ObjectBox
This commit is contained in:
@@ -10,6 +10,14 @@ pluginManagement {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
// Map the plugin ID to the Maven artifact
|
||||
if (requested.id.id == "io.objectbox") {
|
||||
useModule("io.objectbox:objectbox-gradle-plugin:${requested.version}")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
|
||||
Reference in New Issue
Block a user