Skip to content

Commit

Permalink
Fix build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bparent-atl committed Nov 10, 2023
1 parent 6628e19 commit 5700a5d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
buildscript {
allprojects {
repositories {
google()
mavenCentral()
mavenLocal()
jcenter()
}

group = GROUP
version = VERSION_NAME
}
Expand Down
5 changes: 0 additions & 5 deletions settings.gradle

This file was deleted.

21 changes: 21 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}

include(":mr-clean-runtime")
include(":mr-clean-processor")
include(":mr-clean-processor-core")
include(":mr-clean-debug-processor")
include(":mr-clean-plugin")

0 comments on commit 5700a5d

Please sign in to comment.