Skip to content

Commit

Permalink
Fix custom Gradle flags not being properly set
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobaxter committed Dec 6, 2023
1 parent a851f41 commit d1b19b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Unreleased
- `affected-paths-core`: Fix custom Gradle flags not being properly set

## v0.1.2
- `affected-paths-core`, `tooling-support-*`: Add in support for composite builds being analyzed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public data class CoreOptions @JvmOverloads constructor(
}

internal val gradleArgs: List<String> = buildList {
addAll(customGradleFlags)
if (autoInjectPlugin) {
add("-I")
add(
Expand Down

0 comments on commit d1b19b6

Please sign in to comment.