Evan Wong

Results 3 comments of Evan Wong

Will try to look into some good ways for doing this.

Unfortunately not much update yet. Since I am using lambda in the implementation, I am not able to compile it using Java 7. Still trying to see if there is...

I actually found a good (seems to be) workaround using [retrolambda](https://github.com/orfjackal/retrolambda). Tested it with Java7. Gradle: ``` compile 'io.evanwong.oss:hipchat-java7:0.3.0' ``` Maven: ``` io.evanwong.oss hipchat-java7 0.3.0 ```