mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
fc5d39c682
commit
6346d03f6d
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ buildscript {
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'org.yaml:snakeyaml:1.23'
|
classpath 'org.yaml:snakeyaml:1.23'
|
||||||
classpath "de.undercouch:gradle-download-task:3.2.0"
|
classpath "de.undercouch:gradle-download-task:3.2.0"
|
||||||
classpath "org.jruby:jruby-complete:9.2.8.0"
|
classpath "org.jruby:jruby-complete:9.2.9.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.8.0
|
version: 9.2.9.0
|
||||||
sha1: 5b0b73b3d696afaeac92e6f8879dedcc63ac39d8
|
sha1: 39ef88eb5e7319402b15c048f638f26e2b9c4f4c
|
||||||
|
|
||||||
# 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