This is an automated email from the ASF dual-hosted git repository.

etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new e9aa1c6c7a Build: Enable JavaUtilDate ErrorProne rule (#15346)
e9aa1c6c7a is described below

commit e9aa1c6c7aa508e6ec568717d85164a5e9ff6518
Author: Yuya Ebihara <[email protected]>
AuthorDate: Tue Feb 17 15:01:47 2026 +0900

    Build: Enable JavaUtilDate ErrorProne rule (#15346)
---
 baseline.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/baseline.gradle b/baseline.gradle
index 7884c1a65a..4efbd89eda 100644
--- a/baseline.gradle
+++ b/baseline.gradle
@@ -119,6 +119,7 @@ subprojects {
           '-Xep:InconsistentCapitalization:ERROR',
           '-Xep:InconsistentHashCode:ERROR',
           '-Xep:IntLongMath:ERROR',
+          '-Xep:JavaUtilDate:ERROR',
           '-Xep:JdkObsolete:ERROR',
           // prefer method references over lambdas
           '-Xep:LambdaMethodReference:ERROR',

Reply via email to