mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-03 03:58:54 +00:00
Remove failOnStderr from Gradle cmakeCheck (#20919)
### Description Remove failOnStderr from Gradle cmakeCheck ### Motivation and Context The Gradle is still using the deprecated API
This commit is contained in:
parent
6dfdef7782
commit
5faeaf6437
1 changed files with 0 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue