{"id":16081856,"url":"https://github.com/clashsoft/simple-publish","last_synced_at":"2025-04-05T11:41:53.280Z","repository":{"id":77072729,"uuid":"175434409","full_name":"Clashsoft/Simple-Publish","owner":"Clashsoft","description":"A Gradle plugin that simplifies publishing to Maven and Bintray.","archived":false,"fork":false,"pushed_at":"2019-10-13T09:28:32.000Z","size":146,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T22:44:13.481Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Clashsoft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-03-13T14:13:25.000Z","updated_at":"2019-10-13T09:28:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"519d1dda-3f56-484a-bab3-6809eb382c17","html_url":"https://github.com/Clashsoft/Simple-Publish","commit_stats":{"total_commits":58,"total_committers":1,"mean_commits":58.0,"dds":0.0,"last_synced_commit":"4172414e0102e56db09b10191bfa23cdffba41ed"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clashsoft%2FSimple-Publish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clashsoft%2FSimple-Publish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clashsoft%2FSimple-Publish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clashsoft%2FSimple-Publish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Clashsoft","download_url":"https://codeload.github.com/Clashsoft/Simple-Publish/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332525,"owners_count":20921852,"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-09T11:10:58.490Z","updated_at":"2025-04-05T11:41:53.262Z","avatar_url":"https://github.com/Clashsoft.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple-Publish\n\n[![Build Status](https://travis-ci.org/Clashsoft/Simple-Publish.svg?branch=master)](https://travis-ci.org/Clashsoft/Simple-Publish)\n[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/de/clashsoft/simple-publish/de.clashsoft.simple-publish.gradle.plugin/maven-metadata.xml.svg?colorB=blue\u0026label=Gradle%20Plugin%20Portal)](https://plugins.gradle.org/plugin/de.clashsoft.simple-publish)\n\nA Gradle plugin that simplifies publishing to Maven and Bintray.\n\n## Usage\n\nThe plugin is available on the [Gradle Plugin Portal](https://plugins.gradle.org/plugin/de.clashsoft.simple-publish)\nand can be installed via the `plugins` DSL in `build.gradle`:\n\n```groovy\nplugins {\n\t// ...\n\tid 'java'\n\tid 'maven-publish'\n\tid 'com.jfrog.bintray' version '1.8.4'\n\tid 'de.clashsoft.simple-publish' version '0.6.0'\n\t// ...\n}\n\n// ...\n```\n\nSee [config.gradle](src/functionalTest/resources/config.gradle) for a configuration example.\n\nTo publish to Bintray, you need to configure your username and API key.\nIf you have a custom GPG key in your profile, you also need to set the passphrase.\nThe properties should be placed in `~/.gradle/gradle.properties`:\n\n```\n# ...\nbintray.user=jdoe\nbintray.key=a4Kn2HZn1Ub8B\nbintray.gpg.passphrase=p@55w0rD\n```\n\nAlternatively, the plugin looks can read these from environment variables:\n\n```\nBINTRAY_USER=jdoe\nBINTRAY_KEY=a4Kn2HZn1Ub8B\nBINTRAY_GPG_PASSPHRASE=p@55w0rD\n```\n\nDon't forget to set the project name in `settings.gradle`:\n\n```groovy\nrootProject.name = 'test'\n```\n\nAfter configuring the Bintray repository, the plugin and the properties, you can upload with the `bintrayUpload` task.\nDon't forget to publish your uploaded artifacts on the Bintray website!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclashsoft%2Fsimple-publish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclashsoft%2Fsimple-publish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclashsoft%2Fsimple-publish/lists"}