Skip to content

Commit 1ccaf5a

Browse files
committed
add additional test gradle params
1 parent 10355d7 commit 1ccaf5a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

mcspring-build/mcspring-gradle-plugin/src/test/kotlin/in/kyle/mcspring/PluginTestSupport.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fun writeBaseGradleConfig(file: File) {
2020
fun runGradle(folder: File, vararg args: String): BuildResult {
2121
return GradleRunner.create()
2222
.withProjectDir(folder)
23-
.withArguments(*args, "--stacktrace", "--info")
23+
.withArguments(*args, "--stacktrace", "--info", " --scan", "-s")
2424
.withPluginClasspath(getPluginClasspath())
2525
.withDebug(true)
2626
.build()

0 commit comments

Comments
 (0)