{"id":19729491,"url":"https://github.com/bb4/bb4-gradle","last_synced_at":"2025-11-23T07:02:46.557Z","repository":{"id":71445991,"uuid":"330185511","full_name":"bb4/bb4-gradle","owner":"bb4","description":"Shared build logic for bb4 projects","archived":false,"fork":false,"pushed_at":"2024-08-03T12:24:27.000Z","size":170,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T02:38:12.737Z","etag":null,"topics":["build","deploy","publish","scala"],"latest_commit_sha":null,"homepage":"","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/bb4.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":"2021-01-16T14:51:12.000Z","updated_at":"2024-08-03T12:24:31.000Z","dependencies_parsed_at":"2023-03-25T14:34:27.408Z","dependency_job_id":null,"html_url":"https://github.com/bb4/bb4-gradle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bb4/bb4-gradle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bb4%2Fbb4-gradle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bb4%2Fbb4-gradle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bb4%2Fbb4-gradle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bb4%2Fbb4-gradle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bb4","download_url":"https://codeload.github.com/bb4/bb4-gradle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bb4%2Fbb4-gradle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285914727,"owners_count":27252968,"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","status":"online","status_checked_at":"2025-11-23T02:00:06.149Z","response_time":135,"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":["build","deploy","publish","scala"],"created_at":"2024-11-12T00:12:37.732Z","updated_at":"2025-11-23T07:02:46.541Z","avatar_url":"https://github.com/bb4.png","language":null,"readme":"# bb4-gradle\n\nShared build logic for bb4 projects. There are 3 main components:\n - `bb4.gradle` - general build configuration for scala or java projects.\n - `bb4-deploy` - used to deploy projects to a website.\n - `bb4-publish` - used to deploy projects to sonatype, and from there release to a maven repository so that they can be shared.\n\nTo deploy, udpate the versoin in `build.gradle`, and run \u003cbr\u003e\n`./gradlew publishArtifacts`\u003cbr\u003e\nTo use, include something like the following in your projects build.gradle file.\n\n```\nbuildscript {\n    repositories {\n        // retrieve the shared gradle build scripts from here\n        maven { url \"https://oss.sonatype.org/content/repositories/releases\" }\n    }\n    dependencies {\n        classpath 'com.barrybecker4:bb4-gradle:1.6.5'\n    }\n}\n\napply from: project.buildscript.classLoader.getResource('bb4.gradle').toURI()\n\n:\n: \u003cyour build logic here\u003e\n:\n\napply from: project.buildscript.classLoader.getResource('bb4-publish.gradle').toURI()\napply from: project.buildscript.classLoader.getResource('bb4-deploy.gradle').toURI()\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbb4%2Fbb4-gradle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbb4%2Fbb4-gradle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbb4%2Fbb4-gradle/lists"}