File tree Expand file tree Collapse file tree
extensions/basic/jruby-ext Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11project 'jruby-ext' do
22
33 model_version '4.0.0'
4- id 'com.purbon:jruby-ext:1.2'
4+ id 'com.purbon:jruby-ext:1.2.1 '
55 packaging 'jar'
66
77 description 'example JRuby extension'
2929 'jruby.api' => 'http://jruby.org/apidocs/' ,
3030 )
3131
32- jar 'org.jruby:jruby:9.2.0 .0'
32+ jar 'org.jruby:jruby:9.2.9 .0'
3333
3434 plugin_management do
35- plugin :resources , '2.6 '
36- plugin :dependency , '2.8 '
35+ plugin :resources , '3.1.0 '
36+ plugin :dependency , '3.1.1 '
3737 plugin (
38- :compiler , '3.8.0 ' ,
38+ :compiler , '3.8.1 ' ,
3939 source : '${maven.compiler.source}' ,
4040 target : '${maven.compiler.target}'
4141 )
4545 links : [ '${jruby.api}' ]
4646 )
4747 plugin (
48- :jar , '3.0.2 ' ,
48+ :jar , '3.1.1 ' ,
4949 archive : {
5050 manifestFile : 'MANIFEST.MF' # camel case reqd
5151 }
You can’t perform that action at this time.
0 commit comments