55gemspec ( :jar => 'warbler_jar.jar' ,
66 :source => 'ext' )
77
8- properties ( 'jruby.plugins.version' => '2.0.1' ,
9- 'jruby.version' => '9.2.21.0' ,
8+ plugin_repository ( :url => 'https://central.sonatype.com/repository/maven-snapshots/' ,
9+ :id => 'central-snapshots' ) do
10+ releases 'false'
11+ snapshots 'true'
12+ end
13+ repository ( :url => 'https://central.sonatype.com/repository/maven-snapshots/' ,
14+ :id => 'central-snapshots' ) do
15+ releases 'false'
16+ snapshots 'true'
17+ end
18+
19+ properties ( 'jruby.plugins.version' => '3.0.6' ,
20+ 'jruby.version' => '9.4.13.0' ,
1021 'jetty.version' => '9.4.31.v20200723' )
1122
1223# dependencies needed for compilation
@@ -15,15 +26,15 @@ scope :provided do
1526 jar 'org.eclipse.jetty:jetty-webapp' , '${jetty.version}'
1627end
1728
18- plugin :compiler , '3.1' , :source => '1.6 ' , :target => '1.6 '
29+ plugin :compiler , '3.1' , :source => '8 ' , :target => '8 '
1930
2031plugin :invoker , '1.8' do
2132 execute_goals ( :install , :run ,
2233 :id => 'integration-test' ,
2334 :properties => { 'warbler.version' => '${project.version}' ,
2435 'jruby.version' => '${jruby.version}' ,
2536 'jetty.version' => '${jetty.version}' ,
26- 'bundler.version' => '1.12.5 ' ,
37+ 'bundler.version' => '2.6.3 ' ,
2738 'jruby.plugins.version' => '${jruby.plugins.version}' } ,
2839
2940 :goals => [ 'verify' ] ,
0 commit comments