Skip to content

Commit 7532d1b

Browse files
author
Vincent Potucek
committed
[prone] Add RedundantStringConversion
1 parent fe955bf commit 7532d1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gradle/error-prone.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import static java.lang.System.getenv
22

3-
apply plugin: "net.ltgt.errorprone"
3+
//id 'net.ltgt.errorprone' version '4.3.0'
4+
apply plugin: "net.ltgt.errorprone" // why working without initial declaration? in spot its breaking without.
45

56
dependencies {
67
errorprone("com.google.errorprone:error_prone_core:2.42.0")

0 commit comments

Comments
 (0)