jOOQ / jOOR

jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.
http://www.jooq.org/products
Apache License 2.0
2.8k stars 377 forks source link

Improve Travis CI build Performance #116

Closed chenzhang22 closed 3 years ago

chenzhang22 commented 3 years ago

Caching Dependencies and Directories Travis CI can cache content that does not often change, to speed up the build process.

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

lukaseder commented 3 years ago

Thanks for the suggestion. I'm not aware of any problems, and I would prefer not to investigate this. We're integration testing stuff on our end using Jenkins, independently of github's travis builds.