intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Enabling `teamCityOutputFormat` will not cause the build to fail
What happened?
If the teamCityOutputFormat property is set to true, the gradle verifyPlugin task will report problems, but the task itself will not fail and the following dependent tasks will be executed. I expected the task to fail and report on the teamcity overview page, but I got a successful gradle build but an error on the teamcity overview page. If the property is set as false, the task completes with an error.
Is this the expected behavior of this property?
Relevant log output or stack trace
No response
Steps to reproduce
pluginVerification {
...
teamCityOutputFormat.set(false)
}
Gradle IntelliJ Plugin version
2.0.1
Gradle version
8.8
Operating System
None
Link to build, i.e. failing GitHub Action job
No response