{"id":37228822,"url":"https://github.com/will-molloy/java-template","last_synced_at":"2026-01-15T03:29:36.386Z","repository":{"id":37941077,"uuid":"192020066","full_name":"will-molloy/java-template","owner":"will-molloy","description":"template repo for Java (or Kotlin/Scala) Gradle projects with everything setup","archived":false,"fork":false,"pushed_at":"2026-01-11T14:33:37.000Z","size":630,"stargazers_count":6,"open_issues_count":7,"forks_count":58,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T17:59:34.272Z","etag":null,"topics":["checkstyle","codecov","corretto","github-actions","github-actions-java","gradle","java","java-template","renovate","spotbugs","spotless","template","template-repository"],"latest_commit_sha":null,"homepage":"https://github.com/will-molloy/java-template/generate","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/will-molloy.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-15T00:35:52.000Z","updated_at":"2026-01-11T14:30:00.000Z","dependencies_parsed_at":"2024-01-08T08:24:24.123Z","dependency_job_id":"717a2e3b-d561-46d4-b761-7354a0d07abd","html_url":"https://github.com/will-molloy/java-template","commit_stats":null,"previous_names":["will-molloy/java-template"],"tags_count":49,"template":true,"template_full_name":null,"purl":"pkg:github/will-molloy/java-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will-molloy%2Fjava-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will-molloy%2Fjava-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will-molloy%2Fjava-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will-molloy%2Fjava-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/will-molloy","download_url":"https://codeload.github.com/will-molloy/java-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/will-molloy%2Fjava-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28442280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["checkstyle","codecov","corretto","github-actions","github-actions-java","gradle","java","java-template","renovate","spotbugs","spotless","template","template-repository"],"created_at":"2026-01-15T03:29:35.717Z","updated_at":"2026-01-15T03:29:36.376Z","avatar_url":"https://github.com/will-molloy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# java-template\n\n[![build](https://github.com/will-molloy/java-template/actions/workflows/build.yml/badge.svg?branch=main\u0026event=push)](https://github.com/will-molloy/java-template/actions/workflows/build.yml)\n[![codecov](https://codecov.io/gh/will-molloy/java-template/branch/main/graph/badge.svg)](https://codecov.io/gh/will-molloy/java-template)\n\ntemplate repo for Java (or Kotlin/Scala) Gradle projects\n\n## Features\n\n- JDK 25\n- [Gradle 9](https://github.com/gradle/gradle) (Kotlin DSL)\n- [GitHub Actions](https://github.com/features/actions) CI/CD\n- Automatic code formatting via [Spotless](https://github.com/diffplug/spotless)\n  - Java: [`google-java-format`](https://github.com/google/google-java-format)\n  - Kotlin: [`ktfmt`](https://github.com/facebook/ktfmt)\n  - Scala: [`scalafmt`](https://github.com/scalameta/scalafmt)\n- Code style analysis via [Checkstyle](https://github.com/checkstyle/checkstyle)\n- Static analysis via [SpotBugs](https://spotbugs.github.io/)\n- Unit and integration test support via [JUnit 5](https://junit.org/junit5/) and [TestSets plugin](https://github.com/unbroken-dome/gradle-testsets-plugin)\n- Code coverage reporting via [Codecov](https://codecov.io/)\n- Dependency upgrades via [Renovate bot](https://renovatebot.com)\n\n## Usage\n\n- Click [Use this template](https://github.com/will-molloy/java-template/generate)\n  - This will prompt you to create a new repo with all the files setup\n- Rename the root project (currently `java-template`) and group (currently `com.willmolloy`) to your liking\n- Delete anything you won't use\n- Update the README\n- Other non-code setup like GitHub branch protections\n- _**NOTE:** if creating a private repo, you probably want to disable the windows and mac builds_\n\n### Build and test\n\n```bash\n./gradlew spotlessApply build integrationTest\n```\n\n### Upgrade Gradle\n\n_Renovate should cover this_\n\n- Find the version number on the [releases page](https://gradle.org/releases/)\n  - [Java Compatibility Matrix](https://docs.gradle.org/current/userguide/compatibility.html)\n- Run: `./gradlew wrapper --gradle-version \u003cVERSION\u003e --distribution-type all`\n\n### Upgrade Java\n\n- Download the JDK using IntelliJ\n- Update all references\n\n## Promise\n\n- Keep up to date with:\n  - Future Java versions\n  - Future Gradle versions\n  - Other dependency upgrades\n  - Any other cool tools or plugins\n\n___\n\nGenerated from [java-template](https://github.com/will-molloy/java-template)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwill-molloy%2Fjava-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwill-molloy%2Fjava-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwill-molloy%2Fjava-template/lists"}