{"id":16022843,"url":"https://github.com/ewpratten/gradle-sensible-defaults","last_synced_at":"2025-04-05T04:17:02.043Z","repository":{"id":115029397,"uuid":"314889570","full_name":"ewpratten/gradle-sensible-defaults","owner":"ewpratten","description":"My personal Gradle plugin for handling buildscript code I commonly use","archived":false,"fork":false,"pushed_at":"2021-01-01T17:41:58.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T12:16:19.421Z","etag":null,"topics":["gradle-plugin","groovy"],"latest_commit_sha":null,"homepage":"https://plugins.gradle.org/plugin/ca.retrylife.gradle.sensibledefaults","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ewpratten.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},"funding":{"github":"ewpratten"}},"created_at":"2020-11-21T19:37:49.000Z","updated_at":"2021-01-01T17:42:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"c820d76d-0b53-4a18-b7f0-1061b6b7c4c5","html_url":"https://github.com/ewpratten/gradle-sensible-defaults","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/ewpratten%2Fgradle-sensible-defaults","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewpratten%2Fgradle-sensible-defaults/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewpratten%2Fgradle-sensible-defaults/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewpratten%2Fgradle-sensible-defaults/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ewpratten","download_url":"https://codeload.github.com/ewpratten/gradle-sensible-defaults/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284957,"owners_count":20913704,"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":["gradle-plugin","groovy"],"created_at":"2024-10-08T18:42:14.281Z","updated_at":"2025-04-05T04:17:01.972Z","avatar_url":"https://github.com/ewpratten.png","language":"Groovy","funding_links":["https://github.com/sponsors/ewpratten"],"categories":[],"sub_categories":[],"readme":"# Sensible Defaults for Gradle\n\n[`gradle-sensible-defaults`](https://plugins.gradle.org/plugin/ca.retrylife.gradle.sensibledefaults) is a [Gradle](https://gradle.org/) plugin I have built for personal use. The goal of this plugin is to automatically configure buildsystem settings, and reduce the amount of copy+paste I need to do when setting up a new project.\n\n## Installation\n\n### Using the Plugins DSL\n\nAdd the following to the top of your `build.gradle` file`:\n\n```groovy\nplugins {\n    id \"ca.retrylife.gradle.sensibledefaults\" version \"1.0.4\"\n}\n```\n\n### Using the legacy plugin system\n\nAdd the following to the top of your `build.gradle` file`:\n\n```groovy\nbuildscript {\n  repositories {\n    maven {\n      url \"https://plugins.gradle.org/m2/\"\n    }\n  }\n  dependencies {\n    classpath \"gradle.plugin.ca.retrylife.gradle.sensibledefaults:gradle-sensible-defaults:1.0.4\"\n  }\n}\n\napply plugin: \"ca.retrylife.gradle.sensibledefaults\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewpratten%2Fgradle-sensible-defaults","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fewpratten%2Fgradle-sensible-defaults","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewpratten%2Fgradle-sensible-defaults/lists"}