gradle-plugins icon indicating copy to clipboard operation
gradle-plugins copied to clipboard

URL Cleanup

Open spring-operator opened this issue 7 years ago • 0 comments

  • Ensure Gradle Wrapper is downloaded via https
  • This project uses an old version of Gradle in which mavenCentral() and jcenter() use http instead of https. This commit switches to use an explicit URL so https is used.

spring-operator avatar Mar 28 '19 03:03 spring-operator