This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/master by this push:
new b1acaea gradle: upgrade gradle-animalsniffer-plugin
b1acaea is described below
commit b1acaea9dc90f2439f63f78447e1be50b8c5c4dc
Author: Adar Dembo <[email protected]>
AuthorDate: Tue Mar 26 16:37:41 2019 -0700
gradle: upgrade gradle-animalsniffer-plugin
This eliminates the following deprecation warning:
Internal API constructor TaskReportContainer(Class<T>, Task) has been
deprecated. This is scheduled to be removed in Gradle 6.0.
at
quality_c4rg1ep0nj5hszb80osv919as.run(/home/adar/Source/kudu/java/gradle/quality.gradle:24)
(Run with --stacktrace to get the full stack trace of this
deprecation warning.)
Change-Id: I8831e8109bec93ae65c537c7b54860a0f289bed1
Reviewed-on: http://gerrit.cloudera.org:8080/12867
Tested-by: Kudu Jenkins
Reviewed-by: Grant Henke <[email protected]>
---
java/buildSrc/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/buildSrc/build.gradle b/java/buildSrc/build.gradle
index fe3c365..f9a6807 100644
--- a/java/buildSrc/build.gradle
+++ b/java/buildSrc/build.gradle
@@ -36,7 +36,7 @@ dependencies {
compile "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:1.6.9"
compile "io.spring.gradle:propdeps-plugin:0.0.9.RELEASE"
compile "net.ltgt.gradle:gradle-errorprone-plugin:0.0.16"
- compile "ru.vyarus:gradle-animalsniffer-plugin:1.4.6"
+ compile "ru.vyarus:gradle-animalsniffer-plugin:1.5.0"
compile 'com.google.code.gson:gson:2.8.5'
compile "cz.alenkacz:gradle-scalafmt:1.7.2"
}