{"id":16101496,"url":"https://github.com/mendhak/gradle-github-colored-output","last_synced_at":"2026-03-18T17:55:58.146Z","repository":{"id":65600496,"uuid":"205601626","full_name":"mendhak/Gradle-Github-Colored-Output","owner":"mendhak","description":"Colored test output for Github Actions when using Gradle","archived":false,"fork":false,"pushed_at":"2019-08-31T22:31:03.000Z","size":274,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T06:38:45.985Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mendhak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-31T22:14:54.000Z","updated_at":"2025-02-10T13:23:36.000Z","dependencies_parsed_at":"2023-01-31T08:25:10.841Z","dependency_job_id":null,"html_url":"https://github.com/mendhak/Gradle-Github-Colored-Output","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendhak%2FGradle-Github-Colored-Output","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendhak%2FGradle-Github-Colored-Output/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendhak%2FGradle-Github-Colored-Output/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendhak%2FGradle-Github-Colored-Output/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mendhak","download_url":"https://codeload.github.com/mendhak/Gradle-Github-Colored-Output/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419640,"owners_count":20936009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T18:50:05.973Z","updated_at":"2026-02-06T01:41:22.966Z","avatar_url":"https://github.com/mendhak.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Actions Colored Output with folding (for Gradle tests)\n\nWhen running Gradle tests on Github Actions, you get very plain looking output.  Github Actions does allow for colors in its output, as well as folding. \n\nThis Gradle script plugin formats the Gradle test output in a slightly colorful way (made for Github Actions, Travis CI and also works in terminal).  It also adds a summary at the end.\n\n## Usage\n\nAdd the [ColoredOutput.gradle](ColoredOutput.gradle) to your project, for example at `buildtools/ColoredOutput.gradle`\n\nAt the top of your `build.gradle`,\n\n```java\napply from: 'buildtools/ColoredOutput.gradle'\n```\n\nIf you want Github Actions folding, you can enable it like so:\n\n```java\napply from: 'buildtools/ColoredOutput.gradle'\nproject.ext.set(\"GITHUB_ACTIONS_FOLDING\", true)\n```\n\nRun your gradle tests.  Run your gradle tests on Github Actions. \n\n### Screenshots\n\n**[Github Actions Color](https://github.com/mendhak/gpslogger/commit/11155ea1e7fdb10bf08af02bba8a837598265321/checks#step:5:234)**\n\n![ghactions](screenshot-githubactions.png)\n\n**Terminal**\n\n![screenshot](screenshot-terminal.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmendhak%2Fgradle-github-colored-output","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmendhak%2Fgradle-github-colored-output","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmendhak%2Fgradle-github-colored-output/lists"}