Skip to content

Commit

Permalink
Add com.github.vlsi.gradle-extensions to make test output human-readable
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Jun 10, 2022
1 parent 2d276d1 commit b561a13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ repositories {
// Use the plugin portal to apply community plugins in convention plugins.
gradlePluginPortal()
}

dependencies {
implementation 'com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.78'
}
2 changes: 2 additions & 0 deletions buildSrc/src/main/groovy/jqwik.common-configuration.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ plugins {
id 'java-library'
id 'maven-publish'
id 'signing'
// See https://github.com/vlsi/vlsi-release-plugins/blob/master/plugins/gradle-extensions-plugin/README.md
id 'com.github.vlsi.gradle-extensions'
}

repositories {
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# com.github.vlsi.gradle-extensions prints only failing or slow test results
slowTestLogThreshold=15000
slowSuiteLogThreshold=30000

0 comments on commit b561a13

Please sign in to comment.