Skip to content

Commit 6ed60bd

Browse files
committed
[build] bump jruby to 9.2.1.0 due load_ext
1 parent 78c4b2d commit 6ed60bd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mavenfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ plugin :clean do
8282
'failOnError' => 'false' )
8383
end
8484

85-
jruby_compile_compat = '9.2.0.0'
85+
jruby_compile_compat = '9.2.1.0' # due load_ext can use 9.2.0.0
8686
jar 'org.jruby:jruby-core', jruby_compile_compat, :scope => :provided
8787
# for invoker generated classes we need to add javax.annotation when on Java > 8
8888
jar 'javax.annotation:javax.annotation-api', '1.3.1', :scope => :compile

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ DO NOT MODIFY - GENERATED CODE
9898
<dependency>
9999
<groupId>org.jruby</groupId>
100100
<artifactId>jruby-core</artifactId>
101-
<version>9.2.0.0</version>
101+
<version>9.2.1.0</version>
102102
<scope>provided</scope>
103103
</dependency>
104104
<dependency>
@@ -110,7 +110,7 @@ DO NOT MODIFY - GENERATED CODE
110110
<dependency>
111111
<groupId>org.jruby</groupId>
112112
<artifactId>jruby-stdlib</artifactId>
113-
<version>9.2.0.0</version>
113+
<version>9.2.1.0</version>
114114
<scope>test</scope>
115115
</dependency>
116116
<dependency>
@@ -281,6 +281,7 @@ DO NOT MODIFY - GENERATED CODE
281281
<configuration>
282282
<source>1.8</source>
283283
<target>1.8</target>
284+
<release>8</release>
284285
<encoding>UTF-8</encoding>
285286
<debug>true</debug>
286287
<showWarnings>true</showWarnings>

0 commit comments

Comments
 (0)