mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
upgrade google-java-format to 1.8
This commit is contained in:
parent
e5f1e613ef
commit
3248317eac
1 changed files with 1 additions and 4 deletions
|
@ -171,10 +171,7 @@ dependencies {
|
|||
api files(customJRubyDir + "/maven/jruby-complete/target/jruby-complete-${customJRubyVersion}.jar")
|
||||
}
|
||||
implementation group: 'com.google.guava', name: 'guava', version: '24.1.1-jre'
|
||||
// WARNING: DO NOT UPGRADE "google-java-format"
|
||||
// later versions require GPL licensed code in javac-shaded that is
|
||||
// Apache2 incompatible
|
||||
implementation('com.google.googlejavaformat:google-java-format:1.1') {
|
||||
implementation('com.google.googlejavaformat:google-java-format:1.8') {
|
||||
exclude group: 'com.google.guava', module: 'guava'
|
||||
}
|
||||
implementation 'org.javassist:javassist:3.26.0-GA'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue