mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 17:28:25 +02:00
Upgrade to Gradle 6.0 (#364)
This commit is contained in:
parent
58a7023b9a
commit
d2ebb591a2
47 changed files with 391 additions and 257 deletions
|
@ -23,13 +23,13 @@ buildscript {
|
|||
|
||||
plugins {
|
||||
// Java static analysis plugins. Keep versions consistent with ../build.gradle
|
||||
id 'nebula.lint' version '10.4.2'
|
||||
id 'nebula.lint' version '16.0.2'
|
||||
// Config helper for annotation processors such as AutoValue and Dagger.
|
||||
// Ensures that source code is generated at an appropriate location.
|
||||
id 'net.ltgt.apt' version '0.19' apply false
|
||||
id 'net.ltgt.errorprone' version '0.6.1'
|
||||
id 'checkstyle'
|
||||
id 'com.diffplug.gradle.spotless' version '3.18.0'
|
||||
id 'com.diffplug.gradle.spotless' version '3.25.0'
|
||||
}
|
||||
|
||||
if (rootProject.enableDependencyLocking.toBoolean()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue