Skip to content

Commit

Permalink
Use composite builds instead of buildSrc (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
chachako committed Sep 8, 2022
1 parent 5e48420 commit d28e119
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed buildSrc/settings.gradle.kts
Empty file.
2 changes: 2 additions & 0 deletions settings.gradle.kts
Expand Up @@ -2,6 +2,8 @@ pluginManagement {
repositories {
gradlePluginPortal()
}
@Suppress("UnstableApiUsage")
includeBuild("build-logic")
}
include(":plugin")
include(":nexus")

0 comments on commit d28e119

Please sign in to comment.