From 5faeaf6437a87ddabeb435bd51d1a3791e4c3f64 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Tue, 4 Jun 2024 13:54:49 -0700 Subject: [PATCH] Remove failOnStderr from Gradle cmakeCheck (#20919) ### Description Remove failOnStderr from Gradle cmakeCheck ### Motivation and Context The Gradle is still using the deprecated API --- .../github/azure-pipelines/templates/make_java_win_binaries.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/make_java_win_binaries.yml b/tools/ci_build/github/azure-pipelines/templates/make_java_win_binaries.yml index 9fa9f5e4a4..6c77678ce1 100644 --- a/tools/ci_build/github/azure-pipelines/templates/make_java_win_binaries.yml +++ b/tools/ci_build/github/azure-pipelines/templates/make_java_win_binaries.yml @@ -15,7 +15,6 @@ steps: @echo on call gradlew.bat cmakeCheck -DcmakeBuildDir=$(Build.BinariesDirectory)\RelWithDebInfo workingDirectory: $(Build.SourcesDirectory)\java - failOnStderr: ${{ not(parameters.buildOnly) }} - task: CmdLine@2 displayName: 'Add symbols and notices to Java'