Skip to content

Commit

Permalink
fix stacktrace values
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Nov 11, 2024
1 parent b2712ef commit 7cf355c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ data class GradlePropertiesBuilder(
/** Gradle specific options. */
data class GradleArgs(
var logLevel: LogLevel? = LogLevel.LIFECYCLE,
var stacktrace: Boolean? = true,
/** Valid values are: `internal`, `all`, `full`. */
var stacktrace: String? = "all",
var debug: Boolean? = null,
var buildCache: Boolean? = true,
var buildCacheDebugLog: Boolean? = null,
Expand Down

0 comments on commit 7cf355c

Please sign in to comment.