Skip to content

Commit

Permalink
fix sample build
Browse files Browse the repository at this point in the history
  • Loading branch information
nimakarimipour committed Nov 9, 2024
1 parent f410287 commit db889e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,9 @@ subprojects { proj ->
}
}
}

project(":sample") {
tasks.configureEach { task ->
task.onlyIf { false } // This will skip all tasks for this project
}
}
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ include 'injector'
include 'library-model-loader'
include 'checks'
include 'checks:ban-mutable-static'
include 'sample'

0 comments on commit db889e2

Please sign in to comment.