Skip to content

Commit

Permalink
add additional test gradle params
Browse files Browse the repository at this point in the history
  • Loading branch information
kylepls committed Jun 21, 2020
1 parent 10355d7 commit 0a3280f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gradle.properties

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fun writeBaseGradleConfig(file: File) {
fun runGradle(folder: File, vararg args: String): BuildResult {
return GradleRunner.create()
.withProjectDir(folder)
.withArguments(*args, "--stacktrace", "--info")
.withArguments(*args, "--stacktrace", "--info", "--scan", "-s")
.withPluginClasspath(getPluginClasspath())
.withDebug(true)
.build()
Expand Down

0 comments on commit 0a3280f

Please sign in to comment.