Skip to content

Commit 51e11e7

Browse files
hongj-srcmeta-codesync[bot]
authored andcommitted
Move working dir to java root dir for publishing. Modify upload version
Summary: Move the working dir in java since the gradle nexus needs config in root dir. Only capi-param-builder/build.gradle configured the publishing. Only capi-param-builder should be uploaded. Due to a known issue for gradle-nexus, modify the root dir's version number Differential Revision: D84209076 Privacy Context Container: L1384019 fbshipit-source-id: 496f680d95f30db4df9360c142e7b63e4e199ebf
1 parent 9b80c6a commit 51e11e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/java_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
defaults:
1313
run:
14-
working-directory: java/capi-param-builder
14+
working-directory: java
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Java version

java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
group = 'com.facebook.capi.sdk'
66

77
nexusPublishing{
8-
repositoryDescription = 'capi-param-builder:1.0.2' // Known issue:https://github.com/gradle-nexus/publish-plugin/issues/310
8+
repositoryDescription = 'capi-param-builder:1.0.3' // Known issue:https://github.com/gradle-nexus/publish-plugin/issues/310
99
repositories {
1010
sonatype {
1111
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))

0 commit comments

Comments
 (0)