foo4u / spring-mvc-cache-control

Spring MVC Cache Control is an extension to Spring MVC that aims to simplify implementing HTTP/1.1 Cache-Control headers for annotated MVC controllers.
Apache License 2.0
76 stars 27 forks source link

Cannot open projects because "repoUser" is not set #20

Closed fdw closed 7 years ago

fdw commented 8 years ago

Hi, I forked the repo and tried to open it in IntelliJ. However, I can't get it to work as IntelliJ complains about a property "repoUser" that is not set. Do you have any idea what I'm missing?

Thanks!

foo4u commented 7 years ago

Just edit your ~/.gradle/gradle.properties file and add:

repoUser=foo
repoPass=bar

Sorry, tried to find the right balance between secure releases and easy development. Gradle makes shipping releases non-trivial. I believe 4.x simplifies things a bit.