Skip to content

Commit

Permalink
build: use composite build instead of buildSrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibernhard committed Dec 5, 2023
1 parent 4181f73 commit e9a6580
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ spotless {
"**/*.yml",
)
targetExclude(
"buildSrc/.gradle/**",
"buildSrc/build/**",
"gradle-conventions/.gradle/**",
"gradle-conventions/build/**",
)
prettier(
mapOf(
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
rootProject.name = "kotlin-application-template"

includeBuild("gradle-conventions")

@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
Expand Down

0 comments on commit e9a6580

Please sign in to comment.