You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having javac warnings such as "unchecked generics array creation" that are long fixed in hamcrest java. As a workaround, I exchanged the hamcrest version in my POM for now. There seem to be no problem at all, changing the version in the gradle build here also lead to no problem. As the 2.0.0.0 version is now untagged anyway, hamcrest-junit can maybe make a 2.1 release that directly uses 2.1?
The text was updated successfully, but these errors were encountered:
I am having javac warnings such as "unchecked generics array creation" that are long fixed in hamcrest java. As a workaround, I exchanged the hamcrest version in my POM for now. There seem to be no problem at all, changing the version in the gradle build here also lead to no problem. As the 2.0.0.0 version is now untagged anyway, hamcrest-junit can maybe make a 2.1 release that directly uses 2.1?
The text was updated successfully, but these errors were encountered: