File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 2424 <version >HEAD-SNAPSHOT</version >
2525 <packaging >pom</packaging >
2626
27+ <description >Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.</description >
28+ <url >https://errorprone.info</url >
29+
2730 <properties >
2831 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2932 <guava .version>30.1-jre</guava .version>
4245 <maven-source-plugin .version>3.2.1</maven-source-plugin .version>
4346 </properties >
4447
48+ <organization >
49+ <name >Google LLC</name >
50+ <url >http://www.google.com</url >
51+ </organization >
52+
53+ <developers >
54+ <developer >
55+ <name >Eddie Aftandilian</name >
56+ </developer >
57+ </developers >
58+
4559 <modules >
4660 <module >check_api</module >
4761 <module >test_helpers</module >
You can’t perform that action at this time.
0 commit comments