From 42112a1f34f083c31f7a7bd533314afa43e40050 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Sat, 21 Oct 2023 14:24:27 +0900 Subject: [PATCH] chore(ci): wip Signed-off-by: Hiroshi Miura --- ci/azure-pipelines/test_java17_steps.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ci/azure-pipelines/test_java17_steps.yml b/ci/azure-pipelines/test_java17_steps.yml index ffe1c5a74c..a13f46e0e0 100644 --- a/ci/azure-pipelines/test_java17_steps.yml +++ b/ci/azure-pipelines/test_java17_steps.yml @@ -6,11 +6,6 @@ steps: path: '$(GRADLE_USER_HOME)' - task: Gradle@3 inputs: - tasks: testOnJava17 + tasks: 'testOnJava17' options: '--build-cache -PenvIsCi' jdkVersionOption: '1.11' - codeCoverageClassFilesDirectories: 'build/classes/java/main/' - codeCoverageToolOption: 'JaCoCo' - checkStyleRunAnalysis: true - spotBugsAnalysis: true - spotBugsGradlePluginVersionChoice: build