Skip to content

Commit

Permalink
Fix publishing for 0.5.0
Browse files Browse the repository at this point in the history
Summary:
Publishing on fbjni 0.5.0 just failed as the `publish` task is missing when applying the `host.gradle` file.
This fixes it.

Reviewed By: passy

Differential Revision: D47664137

fbshipit-source-id: 0906a0ca4c77897427d71c2e62c0b9888e634e70
  • Loading branch information
cortinico authored and facebook-github-bot committed Jul 21, 2023
1 parent e058590 commit c58c8ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion host.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

plugins {
id 'java-library'
id 'com.vanniktech.maven.publish' version '0.18.0' apply false
id 'maven-publish'
id 'com.vanniktech.maven.publish' version '0.25.2' apply false
}

repositories {
Expand Down

0 comments on commit c58c8ee

Please sign in to comment.