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.1 '
4+ id 'com.purbon:jruby-ext:1.2 '
55 packaging 'jar'
66
77 description 'example JRuby extension'
2121 )
2222
2323 properties (
24- 'maven.compiler.source' => '1.7 ' ,
25- 'maven.compiler.target' => '1.7 ' ,
24+ 'maven.compiler.source' => '1.8 ' ,
25+ 'maven.compiler.target' => '1.8 ' ,
2626 'source.directory' => 'src/main/java' , # poxy Eclipse folders
2727 'project.build.sourceEncoding' => 'utf-8' ,
2828 'polyglot.dump.pom' => 'pom.xml' ,
2929 'jruby.api' => 'http://jruby.org/apidocs/' ,
3030 )
3131
32- jar 'org.jruby:jruby:9.1.5 .0'
32+ jar 'org.jruby:jruby:9.2.0 .0'
3333
3434 plugin_management do
3535 plugin :resources , '2.6'
3636 plugin :dependency , '2.8'
3737 plugin (
38- :compiler , '3.5.1 ' ,
38+ :compiler , '3.8.0 ' ,
3939 source : '${maven.compiler.source}' ,
4040 target : '${maven.compiler.target}'
4141 )
You can’t perform that action at this time.
0 commit comments