{"id":18565628,"url":"https://github.com/quiltdata/quiltcore-java","last_synced_at":"2025-11-01T14:30:20.498Z","repository":{"id":177328345,"uuid":"660232705","full_name":"quiltdata/quiltcore-java","owner":"quiltdata","description":"Java implementation of the Quilt API","archived":false,"fork":false,"pushed_at":"2025-02-13T02:07:37.000Z","size":275,"stargazers_count":0,"open_issues_count":11,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-13T03:21:36.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quiltdata.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-06-29T14:38:31.000Z","updated_at":"2024-12-23T23:57:52.000Z","dependencies_parsed_at":"2023-09-22T05:44:41.290Z","dependency_job_id":"bdbaf434-6f6d-482d-8141-6db11f8f17c6","html_url":"https://github.com/quiltdata/quiltcore-java","commit_stats":{"total_commits":93,"total_committers":3,"mean_commits":31.0,"dds":0.5483870967741935,"last_synced_commit":"6d8a350edfb8af4a082cd33b5181a52714c7b523"},"previous_names":["quiltdata/quiltcore-java"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fquiltcore-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fquiltcore-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fquiltcore-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fquiltcore-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quiltdata","download_url":"https://codeload.github.com/quiltdata/quiltcore-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239293947,"owners_count":19615043,"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-11-06T22:19:34.690Z","updated_at":"2025-11-01T14:30:20.448Z","avatar_url":"https://github.com/quiltdata.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quiltcore-java\n\nJava implementation of the Quilt Packaging API\n\n## Testing\n\n```sh\n./gradlew check || open lib/build/reports/tests/test/index.html\n```\n\nTo enable debug logging, set the environment variable `LOG4J_DEBUG=true`:\n\n```sh\nLOG4J_DEBUG=true ./gradlew check\n```\n\n## Update\n\n./gradlew useLatestVersions\n./gradlew check\n\n## Publishing\n\nThis project is published to [Maven Central](https://central.sonatype.com/artifact/com.quiltdata/quiltcore/versions) using `SonatypeHost.CENTRAL_PORTAL` from the [vanniktech.github.io/gradle-maven-publish-plugin](https://vanniktech.github.io/gradle-maven-publish-plugin/central/#configuring-what-to-publish).\n\n### Setup Publishing\n\nFor the publishing to work, you need to:\n\n1. Get username/password credentials (not a SSO login) to the new Central Portal (not the old Nexus one)\n2. Use that login to generate an [API Token](https://central.sonatype.com/account) username and password\n3. Store them in your `~/.gradle/gradle.properties` or `./gradle.properties` file:\n\n```properties\nmavenCentralUsername=api_token_username\nmavenCentralPassword=api_token_password_without_wrapper\n\nsigning.keyId=12345678\nsigning.password=some_password\nsigning.secretKeyRingFile=/Users/yourusername/.gnupg/secring.gpg\n```\n\nNote this requires you to export to the `secring.gpg` file from your GPG keychain. You can do this with the following command:\n\n```sh\ngpg --keyring secring.gpg --export-secret-keys \u003e ~/.gnupg/secring.gpg\n```\n\n### Publish Component\n\nTo publish a new version, run:\n\n```sh\n./gradlew publish\n```\n\nThis will build the project, run the tests, and publish the new version to Maven Central.\n\nNext, you need to go to the [Sonatype Central Portal](https://central.sonatype.com/) and log in with your username/password. You will see the new version in under Publishing Settings -\u003e [Deployments](https://central.sonatype.com/publishing/deployments).\n\nOnce it has been \"Validated\", you need to click \"Publish\" to make the new version available to the public.\nIt should show up in the [Maven Central Repository](https://search.maven.org/artifact/com.quiltdata/quiltcore) in five minutes or so.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiltdata%2Fquiltcore-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquiltdata%2Fquiltcore-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiltdata%2Fquiltcore-java/lists"}