File tree 6 files changed +0
-18
lines changed
6 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 214
214
'reuseForks' => 'false' ,
215
215
'systemProperties' => {
216
216
'jruby.compat.version' => '1.9' ,
217
- 'jruby.home' => '${basedir}/..'
218
217
} ,
219
218
'argLine' => '-Xmx${jruby.test.memory} -XX:MaxPermSize=${jruby.test.memory.permgen} -Dfile.encoding=UTF-8 -Djava.awt.headless=true' ,
220
219
'includes' => [ 'org/jruby/test/MainTestSuite.java' ,
Original file line number Diff line number Diff line change 509
509
<reuseForks >false</reuseForks >
510
510
<systemProperties >
511
511
<jruby .compat.version>1.9</jruby .compat.version>
512
- <jruby .home>${basedir} /..</jruby .home>
513
512
</systemProperties >
514
513
<argLine >-Xmx${jruby.test.memory} -XX:MaxPermSize=${jruby.test.memory.permgen} -Dfile.encoding=UTF-8 -Djava.awt.headless=true</argLine >
515
514
<includes >
Original file line number Diff line number Diff line change 14
14
'main.basedir' => '${project.parent.parent.basedir}' ,
15
15
'jruby.complete.home' => '${project.build.outputDirectory}/META-INF/jruby.home' )
16
16
17
- unless version =~ /-SNAPSHOT/
18
- properties 'jruby.home' => '${basedir}/../..'
19
- end
20
-
21
17
scope :provided do
22
18
jar 'org.jruby:jruby-core:${project.version}'
23
19
jar 'org.jruby:jruby-stdlib:${project.version}'
Original file line number Diff line number Diff line change 11
11
'tesla.dump.readonly' => true ,
12
12
'main.basedir' => '${project.parent.parent.basedir}' )
13
13
14
- unless version =~ /-SNAPSHOT/
15
- properties 'jruby.home' => '${basedir}/../..'
16
- end
17
-
18
14
# pre-installed gems - not default gems !
19
15
gem 'ruby-maven' , '3.1.1.0.8' , :scope => 'provided'
20
16
Original file line number Diff line number Diff line change 13
13
'tesla.dump.readonly' => true ,
14
14
'main.basedir' => '${project.parent.parent.basedir}' )
15
15
16
- unless version =~ /-SNAPSHOT/
17
- properties 'jruby.home' => '${basedir}/../..'
18
- end
19
-
20
16
jar 'org.jruby:jruby-core:${project.version}'
21
17
jar 'org.jruby:jruby-stdlib:${project.version}'
22
18
Original file line number Diff line number Diff line change 84
84
'test-unit.version' => '3.0.3' ,
85
85
'power_assert.version' => '0.2.3' )
86
86
87
- unless version =~ /-SNAPSHOT/
88
- properties 'jruby.home' => '${basedir}/..'
89
- end
90
-
91
87
modules [ 'truffle' , 'core' , 'lib' ]
92
88
93
89
plugin_management do
You can’t perform that action at this time.
0 commit comments