Skip to content

Commit

Permalink
Remove failOnStderr from Gradle cmakeCheck (#20919)
Browse files Browse the repository at this point in the history
### Description
Remove failOnStderr from Gradle cmakeCheck



### Motivation and Context
The Gradle is still using the deprecated API
  • Loading branch information
jchen351 authored and yf711 committed Jun 18, 2024
1 parent d00e881 commit aa957ee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit aa957ee

Please sign in to comment.