intellij-platform-gradle-plugin icon indicating copy to clipboard operation
intellij-platform-gradle-plugin copied to clipboard

Enabling `teamCityOutputFormat` will not cause the build to fail

Open rwqwr opened this issue 1 year ago • 0 comments

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

rwqwr avatar Aug 15 '24 10:08 rwqwr