mirror of
https://github.com/elastic/logstash.git
synced 2025-04-21 21:27:20 -04:00
Revert "work around jruby-5642 during package installation on jdk11 (#10658)"
This reverts commit 033c896330
.
skip the bundler-1.16.6 files when unpacking jruby
Fixes #10674
12 lines
201 B
Groovy
12 lines
201 B
Groovy
apply plugin: 'java'
|
|
apply plugin: 'groovy'
|
|
|
|
group = 'org.logstash.gradle'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
compile group: 'org.jruby', name: 'jruby-complete', version: '9.2.7.0'
|
|
}
|