mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
268040c760
commit
5f732a05e8
2 changed files with 3 additions and 3 deletions
|
@ -8,5 +8,5 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile group: 'org.jruby', name: 'jruby-complete', version: '9.2.5.0'
|
||||
compile group: 'org.jruby', name: 'jruby-complete', version: '9.2.6.0'
|
||||
}
|
||||
|
|
|
@ -7,8 +7,8 @@ logstash-core-plugin-api: 2.1.16
|
|||
# jruby must reference a *released* version of jruby which can be downloaded from the official download url
|
||||
# *and* for which jars artifacts are published for compile-time
|
||||
jruby:
|
||||
version: 9.2.5.0
|
||||
sha1: c78526ce98b1b4273d11989246cb9bf224ce9712
|
||||
version: 9.2.6.0
|
||||
sha1: 3c13ec3966f6cc44966f3978c96325b9e56174f1
|
||||
|
||||
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby for logstash runtime only,
|
||||
# not for the compile-time jars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue