Error-prone: please release 2.3.2 to maven

Created on 26 Sep 2018  路  7Comments  路  Source: google/error-prone

Please answer these questions before submitting your issue. Thanks!

What version of Error Prone are you using?

2.3.1

Does this issue reproduce with the latest release?

yes

What did you do?

I got same issue with #1091 whose fix is not released yet. Maven doesn't download SNAPSHOT artifacts by default and I would like to keep this behaviour for stable dependencies.

Could you release 2.3.2 soon? JDK 11 is released yesterday.

Most helpful comment

We'll try to get this out, say by end of next week.

All 7 comments

We'll try to get this out, say by end of next week.

Folks, Any updates on this?

We're still working on it, sorry for the delay.

I still don't see 2.3.2 in either of these locations:
https://jcenter.bintray.com/com/google/errorprone/error_prone_ant/
https://repo1.maven.org/maven2/com/google/errorprone/error_prone_ant/
Has 2.3.2 been released to Bintray or Maven Central yet?

The ant plugin doesn't exist anymore: 3f2ca43e53266e84e17e4fb3f34888be5cb29293. The ant installation instructions have been updated to recommend the -Xplugin integration instead.

The replacement for the error_prone_ant jar is: https://repo1.maven.org/maven2/com/google/errorprone/error_prone_core/2.3.2/error_prone_core-2.3.2-with-dependencies.jar

Thanks for the quick response! I see the file there.
I was not trying to use the ant installation instructions, but the Java 8 command line instructions, which still say:

wget https://repo1.maven.org/maven2/com/google/errorprone/error_prone_ant/2.3.2/error_prone_ant-2.3.2.jar

It would be nice to update those instructions as well.

Was this page helpful?
0 / 5 - 0 ratings