vlsi / vlsi-release-plugins

A set of plugins to simplify Gradle release tasks
Apache License 2.0
41 stars 13 forks source link

Add metadata for GitHub Actions #34

Closed vlsi closed 4 years ago

vlsi commented 4 years ago

https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#logging-commands

vlsi commented 4 years ago

Implemented in v1.61: https://github.com/vlsi/vlsi-release-plugins/blob/master/plugins/gradle-extensions-plugin/README.md#test-output-formatting

bric3 commented 2 years ago

Hi, is there any specific configuration to toggle to activate this? The readme page suggests there's nothing to do, yet I just applied the plugin, and there's no coloring of the failures (and no annotations)

vlsi commented 2 years ago

Do you have a sample repository?

plugins {
  id("com.github.vlsi.gradle-extensions")
}

Should be enough

bric3 commented 2 years ago

Yes : https://github.com/bric3/drain-java/blob/783ece8c9d978bbf5294bed980c25bb539be5eb2/build.gradle.kts#L31-L33

That's indeed, what I think I've done with the above lines. But for example I don't see coloring on these test failures :

image