upgrade google-java-format to 1.8

This commit is contained in:
Joao Duarte 2020-06-09 15:23:35 +01:00 committed by João Duarte
parent e5f1e613ef
commit 3248317eac

View file

@ -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'