Skip to content

include java gem in gem:all and gem:release#40

Merged
mfazekas merged 1 commit into
mainfrom
fix/java-gem-release
Jun 27, 2026
Merged

include java gem in gem:all and gem:release#40
mfazekas merged 1 commit into
mainfrom
fix/java-gem-release

Conversation

@mfazekas

Copy link
Copy Markdown
Contributor

Extends the two release tasks so the Java gem is built and published alongside the MRI platform gems.

  • gem:all now calls gem:java (guarded by defined?(Rake::JavaExtensionTask))
  • gem:release now calls gem:java:release (new subtask that pushes the -java.gem)

Without this, the existing publish-bcrypt-release workflow builds and publishes MRI gems only, leaving JRuby users with no platform gem.

Depends on #30.

@mfazekas mfazekas merged commit 6ec3488 into main Jun 27, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant