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 May 28, 2022
1 parent 6e71781 commit 2006b38
Show file tree
Hide file tree
Showing 2 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'
}
5 changes: 5 additions & 0 deletions buildSrc/src/main/groovy/jqwik.common-configuration.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
plugins {
// See https://github.com/vlsi/vlsi-release-plugins/blob/master/plugins/gradle-extensions-plugin/README.md
id 'com.github.vlsi.gradle-extensions'
}

repositories {
mavenCentral()
//maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
Expand Down

0 comments on commit 2006b38

Please sign in to comment.