File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -60,17 +60,13 @@ def to_pathname
60
60
properties ( 'tesla.dump.pom' => 'pom.xml' ,
61
61
'tesla.dump.readonly' => true ,
62
62
'tesla.version' => '0.1.1' ,
63
- 'jruby.plugins.version' => '1.0.5 ' ,
63
+ 'jruby.plugins.version' => '1.0.9 ' ,
64
64
'gem.home' => '${basedir}/ruby/gems/shared' ,
65
65
# we copy everything into the target/classes/META-INF
66
66
# so the jar plugin just packs it - see build/resources below
67
67
'jruby.complete.home' => '${project.build.outputDirectory}/META-INF/jruby.home' ,
68
68
'jruby.complete.gems' => '${jruby.complete.home}/lib/ruby/gems/shared' )
69
69
70
- unless version =~ /-SNAPSHOT/
71
- properties 'jruby.home' => '${basedir}/..'
72
- end
73
-
74
70
# just depends on jruby-core so we are sure the jruby.jar is in place
75
71
jar "org.jruby:jruby-core:#{ version } " , :scope => 'test'
76
72
Original file line number Diff line number Diff line change 13
13
<tesla .dump.readonly>true</tesla .dump.readonly>
14
14
<jruby .complete.gems>${jruby.complete.home} /lib/ruby/gems/shared</jruby .complete.gems>
15
15
<gem .home>${basedir} /ruby/gems/shared</gem .home>
16
- <jruby .plugins.version>1.0.5 </jruby .plugins.version>
16
+ <jruby .plugins.version>1.0.9 </jruby .plugins.version>
17
17
<tesla .dump.pom>pom.xml</tesla .dump.pom>
18
18
<jruby .complete.home>${project.build.outputDirectory} /META-INF/jruby.home</jruby .complete.home>
19
19
<tesla .version>0.1.1</tesla .version>
You can’t perform that action at this time.
0 commit comments