File tree 5 files changed +0
-17
lines changed
5 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 116
116
<groupId >com.github.jnr</groupId >
117
117
<artifactId >jnr-ffi</artifactId >
118
118
<version >2.0.3-SNAPSHOT</version >
119
- <type >jar</type >
120
119
</dependency >
121
120
<dependency >
122
121
<groupId >com.github.jnr</groupId >
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