From 24e06afa3e904aaa8a285cdd723fd259f84632d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20F=C3=B6rster?= Date: Fri, 29 Mar 2019 22:03:17 +0100 Subject: [PATCH] Remove unnecessary task from Gradle in CI --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index e395af42..aae9c271 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -10,7 +10,7 @@ pool: steps: - task: Gradle@2 inputs: - tasks: 'build jacocoTestReport' + tasks: 'build' jdkVersionOption: '1.8' publishJUnitResults: true testResultsFiles: '**/jacocoTestReport.xml'