Tags: facebookincubator/fbjni
Tags
0.5.1 Correctly publish the -java-only artifact and the -headers arti… …fact Summary: Fixes #85 I've realized that 0.5.0 was published successfully, but the `fbjni-java-only` artifact and the `headers` artifacts are missing. This is because the publishing plugin was not applied to the host build, and changes on the maven publish plugin required a bit more changes on the build files. I've fixed them all and verified on maven local that everything publishes correctly. I'm also bumping the version to 0.5.1 to publish a new version. Reviewed By: cipolleschi Differential Revision: D47718649 fbshipit-source-id: bcc95fb6011867d61bbeac26c9f61b4149bf0e49
Add missing publishing properties to gradle.properties Summary: The publishing of fbjni 0.5.0 is still failing due to a couple of missing properties: ``` SONATYPE_HOST=DEFAULT RELEASE_SIGNING_ENABLED=true ``` I've added them as suggested here: https://vanniktech.github.io/gradle-maven-publish-plugin/central/#configuring-maven-central Plus I've also cleaned up a bit the buildscript. Reviewed By: cipolleschi Differential Revision: D47712906 fbshipit-source-id: 5062ee43f88c0cb91210200e891da75655e7b966
Use new publish action (#74) Summary: See https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md#version-0170-2021-07-04 Pull Request resolved: #74 Test Plan: testinprod Reviewed By: lblasa Differential Revision: D32598321 Pulled By: passy fbshipit-source-id: f8b3e4113a56703141f3ded4e4b1775591014269
PreviousNext