Skip to content

Commit 96d362a

Browse files
committed
[build] Remove noise from jruby-launcher installs
(cherry picked from commit b0c2aff)
1 parent fb4025b commit 96d362a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
9292
bundler-cache: 'false' # Need to install later so we can vary from Gemfile.lock as required for JRuby version compatibility
9393
bundler: ${{ startsWith(matrix.jruby_version, '9.3') && '2.3.27' || 'Gemfile.lock' }}
9494

95+
- name: Remove jruby-launcher # Coming from setup-ruby/ruby-build and causes annoying warnings
96+
run: gem uninstall -a jruby-launcher
97+
9598
- name: Run appraisal for ${{ matrix.appraisal }}
9699
run: bundle install && bundle exec rake spec
97100

0 commit comments

Comments
 (0)