mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
1162282130
commit
1c88792d49
2 changed files with 3 additions and 3 deletions
|
@ -8,5 +8,5 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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
|
# 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
|
# *and* for which jars artifacts are published for compile-time
|
||||||
jruby:
|
jruby:
|
||||||
version: 9.2.5.0
|
version: 9.2.6.0
|
||||||
sha1: c78526ce98b1b4273d11989246cb9bf224ce9712
|
sha1: 3c13ec3966f6cc44966f3978c96325b9e56174f1
|
||||||
|
|
||||||
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby for logstash runtime only,
|
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby for logstash runtime only,
|
||||||
# not for the compile-time jars
|
# not for the compile-time jars
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue