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 c3268f4
Showing 1 changed file with 1 addition and 0 deletions.
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 c3268f4

Please sign in to comment.