Excavator: Upgrade buildscript dependencies (#24)
This commit is contained in:
parent
6ce3c58bb6
commit
29e1db2675
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue