Skip to content

Commit

Permalink
Use 9.4.10.0-SNAPSHOT for build of jruby-jars gem
Browse files Browse the repository at this point in the history
Building with an earlier 9.4 release causes jar-dependencies 0.4.1
to activate before jar-dependencies from the target release can
activate, and they conflict. This uses a snapshot of 9.4.10.0 that
has the newer jar-dependencies in place.
  • Loading branch information
headius committed Dec 3, 2024
1 parent 4382259 commit 66fd851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven/jruby-jars/Mavenfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jruby_plugin!( :gem,
:gemspec => 'jruby-jars.gemspec',
# tell maven to include the jar files into gem
:includeDependencies => true,
:jrubyVersion => '9.4.9.0') do
:jrubyVersion => version) do
execute_goals :id => 'default-push', :skip => true
end

Expand Down

0 comments on commit 66fd851

Please sign in to comment.