Closed dipthegeezer closed 9 years ago
Hi also
We've noticed these warnings too which are probably the result of java 7 being a bit more stricter. Just bringing it to your attention. :D
/src/main/java/com/netflix/simianarmy/MonkeyRecorder.java:53: warning: [rawtypes] found raw type: Enum
Enum monkeyType();
Dip
These warnings no longer occur.
Hi Michael
We've just rolled out Java 7 across most of our instances and are aiming to move towards that and have hit a snag when working with Simian Army. It's more related to gradle but wondered if you might have a few ideas on resolving it. We get the following error when we try to compile:
We have a few work arounds;
If you have some suggestions we'd appreciate it.
Thanks.
Dip