Excavator: Upgrade buildscript dependencies (#24)

This commit is contained in:
Excavator Bot 2018-10-31 04:56:08 -07:00 committed by Mark Elliot
parent 6ce3c58bb6
commit 29e1db2675

View file

@ -30,7 +30,7 @@ buildscript {
classpath 'com.palantir.configurationresolver:gradle-configuration-resolver-plugin:0.3.0'
classpath 'gradle.plugin.com.palantir.gradle.gitversion:gradle-git-version:0.7.3'
classpath 'gradle.plugin.com.palantir:gradle-circle-style:1.1.2'
classpath 'gradle.plugin.org.inferred:gradle-processors:1.2.16'
classpath 'gradle.plugin.org.inferred:gradle-processors:2.0.0'
}
}
@ -87,12 +87,6 @@ configurations.errorprone {
}
}
tasks.withType(JavaCompile) {
options.compilerArgs += [
'-Xep:Slf4jLogsafeArgs:OFF',
]
}
gradlePlugin {
// do not add new task to publish to plugins.gradle.org
automatedPublishing = false