largetext icon indicating copy to clipboard operation
largetext copied to clipboard

update gradle wrapper to 6.7.1

Open akhomchenko opened this issue 5 years ago • 0 comments

Thank you a lot for library! I find it useful and interesting to study. I want to contribute some features but local build fails for me so I've decided to start with fix for that.


Change includes:

  • https instead of http for spring repo as http endpoint is deprecated
  • move properties after plugins as otherwise some properties are not resolved
  • replace '<<' with doLast as '<<' is deprecated since Gradle 5.0
  • remove osgi plugin as it is deprecated and I am not sure it does something useful
  • remove wrapper task as updates can be done via built-in gradle wrapper task
  • replace broken javadoc links with working

akhomchenko avatar Jan 04 '21 19:01 akhomchenko