Skip to content

Commit 5db25f7

Browse files
committed
use 9k to compile as well
1 parent 29e4a13 commit 5db25f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Mavenfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ profile :id => 'test-9000' do
166166
end
167167
# NOTE: we're work-around 9K maven-runit version bug (due minitest changes) !
168168
# ... still can not build with 9K : https://github.com/jruby/jruby/issues/3184
169-
properties 'jruby.version' => '1.7.18',
169+
properties 'jruby.version' => '9.0.0.0',
170170
'jruby.versions' => '9.0.0.0',
171171
'bc.versions' => supported_bc_versions.join(',')
172172
end

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@
729729
</build>
730730
<properties>
731731
<bc.versions>1.47,1.48,1.49,1.50,1.51</bc.versions>
732-
<jruby.version>1.7.18</jruby.version>
732+
<jruby.version>9.0.0.0</jruby.version>
733733
<jruby.versions>9.0.0.0</jruby.versions>
734734
</properties>
735735
</profile>

0 commit comments

Comments
 (0)