File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ plugin :clean do
8282 'failOnError' => 'false' )
8383end
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
8686jar 'org.jruby:jruby-core' , jruby_compile_compat , :scope => :provided
8787# for invoker generated classes we need to add javax.annotation when on Java > 8
8888jar 'javax.annotation:javax.annotation-api' , '1.3.1' , :scope => :compile
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments