{"id":16101491,"url":"https://github.com/mendhak/gradle-travis-colored-output","last_synced_at":"2025-07-13T16:04:50.844Z","repository":{"id":141194805,"uuid":"52833437","full_name":"mendhak/Gradle-Travis-Colored-Output","owner":"mendhak","description":"Gradle script plugin which formats test output in a slightly colorful way (made for Travis CI but works in terminal)","archived":false,"fork":false,"pushed_at":"2018-01-12T07:17:40.000Z","size":229,"stargazers_count":17,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T00:27:40.097Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://code.mendhak.com/gradle-travis-colored-output/","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-29T23:48:22.000Z","updated_at":"2025-03-04T19:44:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"a12d50a0-dc4c-4b20-9886-753b596ed229","html_url":"https://github.com/mendhak/Gradle-Travis-Colored-Output","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mendhak/Gradle-Travis-Colored-Output","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendhak%2FGradle-Travis-Colored-Output","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendhak%2FGradle-Travis-Colored-Output/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendhak%2FGradle-Travis-Colored-Output/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendhak%2FGradle-Travis-Colored-Output/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mendhak","download_url":"https://codeload.github.com/mendhak/Gradle-Travis-Colored-Output/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mendhak%2FGradle-Travis-Colored-Output/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265167475,"owners_count":23721449,"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:04.336Z","updated_at":"2025-07-13T16:04:50.803Z","avatar_url":"https://github.com/mendhak.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gradle Travis Colored Output (for tests)\n\nWhen running Gradle tests on Travis CI, the terminal is usually set to `dumb` mode, so you get very plain looking output.  However, Travis does [allow for colors](https://blog.travis-ci.com/2014-04-11-fun-with-logs/) in their logs.\n\nThis Gradle script plugin formats the Gradle test output in a slightly colorful way (made for Travis CI but 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 Travis folding, you can enable it like so:\n\n```java\napply from: 'buildtools/ColoredOutput.gradle'\nproject.ext.set(\"TRAVIS_FOLDING\", true)\n```\n\nRun your gradle tests.  Run your gradle tests on Travis. \n\n### Screenshots\n\n**[Travis CI](https://travis-ci.org/mendhak/gpslogger/builds/112735526)**\n\n![travis](screenshot-travis.png)\n\n**Terminal**\n\n![screenshot](screenshot-terminal.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmendhak%2Fgradle-travis-colored-output","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmendhak%2Fgradle-travis-colored-output","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmendhak%2Fgradle-travis-colored-output/lists"}