• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1java_library_host {
2    name: "threetenbp",
3    srcs: ["src/main/java/**/*.java"],
4    target: {
5        windows: {
6            enabled: true,
7        },
8    },
9    errorprone: {
10        javacflags: [
11            "-Xep:IdentityBinaryExpression:WARN",
12        ],
13    },
14}
15