Skip to content

Commit 34a5fda

Browse files
committed
Use 9.4.10.0-SNAPSHOT for build of jruby-jars gem
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.
1 parent f044d4a commit 34a5fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven/jruby-jars/Mavenfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jruby_plugin!( :gem,
5555
:gemspec => 'jruby-jars.gemspec',
5656
# tell maven to include the jar files into gem
5757
:includeDependencies => true,
58-
:jrubyVersion => '9.4.9.0') do
58+
:jrubyVersion => version) do
5959
execute_goals :id => 'default-push', :skip => true
6060
end
6161

0 commit comments

Comments
 (0)