{"id":20490181,"url":"https://github.com/open-turo/actions-jvm","last_synced_at":"2026-01-23T21:03:13.183Z","repository":{"id":37051808,"uuid":"452910913","full_name":"open-turo/actions-jvm","owner":"open-turo","description":"GitHub Actions for JVM, Java, and Kotlin repositories","archived":false,"fork":false,"pushed_at":"2026-01-01T00:10:31.000Z","size":77,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-05T13:32:56.695Z","etag":null,"topics":["action","actions","gha","github","java","jdk","jvm","kotlin"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/open-turo.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-28T02:14:53.000Z","updated_at":"2026-01-01T00:10:34.000Z","dependencies_parsed_at":"2026-01-01T09:09:09.288Z","dependency_job_id":null,"html_url":"https://github.com/open-turo/actions-jvm","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/open-turo/actions-jvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-jvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-jvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-jvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-jvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-turo","download_url":"https://codeload.github.com/open-turo/actions-jvm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-jvm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28700358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["action","actions","gha","github","java","jdk","jvm","kotlin"],"created_at":"2024-11-15T17:15:52.426Z","updated_at":"2026-01-23T21:03:13.179Z","avatar_url":"https://github.com/open-turo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `open-turo/actions-jvm`\n\nGitHub Actions for JVM based repositories using Gradle, such as for Java and Kotlin projects.\n\n[![Release](https://img.shields.io/github/v/release/open-turo/actions-jvm)](https://github.com/open-turo/actions-jvm/releases/)\n[![Tests pass/fail](https://img.shields.io/github/workflow/status/open-turo/actions-jvm/CI)](https://github.com/open-turo/actions-jvm/actions/)\n[![License](https://img.shields.io/github/license/open-turo/actions-jvm)](./LICENSE)\n[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/dwyl/esta/issues)\n![CI](https://github.com/open-turo/actions-jvm/actions/workflows/release.yaml/badge.svg)\n[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)\n[![Conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.2-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org)\n[![Join us!](https://img.shields.io/badge/Turo-Join%20us%21-593CFB.svg)](https://turo.com/jobs)\n\n## Requirements\n\nThese actions are designed for JVM repositories that use **Gradle** as their build tool. Your repository should include:\n\n- A Gradle wrapper (`gradlew` and `gradle/wrapper/` directory)\n- Standard Gradle project structure\n\n## Features\n\n- **Gradle Caching**: Actions automatically leverage [gradle/actions/setup-gradle](https://github.com/gradle/actions/blob/main/docs/setup-gradle.md) to cache Gradle dependencies and build outputs, significantly improving workflow performance\n- **Configurable Caching**: All actions include a `gradle-cache-enabled` input (defaults to `true`) to allow fine-grained control over caching behavior\n- **Gradle Wrapper Support**: Works seamlessly with your project's included Gradle wrapper\n\n## Actions\n\n### action: [`lint`](./lint)\n\nSee usage [here](./lint/README.md#usage).\n\nDocumentation is found [here](./lint/README.md).\n\n### action: [`release`](./release)\n\nSee usage [here](./release/README.md#usage).\n\nDocumentation is found [here](./release/README.md).\n\n### action: [`test`](./test)\n\nSee usage [here](./test/README.md#usage).\n\nDocumentation is found [here](./test/README.md).\n\n### action: [`prerelease`](./prerelease)\n\nSee usage [here](./prerelease/README.md#usage).\n\nDocumentation is found [here](./prerelease/README.md).\n\n### action: [`prerelease-msvc`](./prerelease-msvc)\n\nSee usage [here](./prerelease-msvc/README.md#usage).\n\nDocumentation is found [here](./prerelease-msvc/README.md).\n\n### action: [`build-docker`](./build-docker)\n\nSee usage [here](./build-docker/README.md#usage).\n\nDocumentation is found [here](./build-docker/README.md).\n\n## Get Help\n\nEach Action has a detailed README for how to use it as referenced above. Please review Issues, post new Issues against this repository as needed.\n\n## Contributions\n\nPlease see [here](https://github.com/open-turo/contributions) for guidelines on how to contribute to this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-turo%2Factions-jvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-turo%2Factions-jvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-turo%2Factions-jvm/lists"}