Update build.gradle
This commit is contained in:
parent
d3690b4c79
commit
daf65397c8
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,10 @@ pluginBundle {
|
|||
}
|
||||
}
|
||||
|
||||
publishPlugins.onlyIf {
|
||||
project.version ==~ /[0-9]+(\.[0-9]+)+(-rc[0-9]+)?(-alpha[0-9]+)?/
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
options.errorprone.errorproneArgs += [
|
||||
'-Xep:PreferSafeLoggableExceptions:OFF',
|
||||
|
|
Loading…
Reference in a new issue