Skip to content

Commit f10c395

Browse files
committed
Add Appveyor Testreporter plugin (#350)
1 parent 0c21df1 commit f10c395

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ plugins {
33
id 'org.ysb33r.gradletest' version '2.0-rc.4' apply false
44
id 'com.jfrog.bintray' version '1.8.4' apply false
55
id 'org.ajoberstar.github-pages' version '1.2.0' apply false
6+
id 'org.ysb33r.cloudci.appveyor.testreporter' version '2.5' apply false
67
}
78

89
buildScan {
@@ -44,6 +45,7 @@ subprojects {
4445
apply plugin: 'com.jfrog.bintray'
4546
apply plugin: 'org.ysb33r.gradletest'
4647
apply plugin: 'maven-publish'
48+
apply plugin: 'org.ysb33r.cloudci.appveyor.testreporter'
4749
apply from: "${rootProject.projectDir}/gradle/integration-tests.gradle"
4850

4951
dependencies {

0 commit comments

Comments
 (0)