How to configure Gradle to find local SNAPSHOT resource?
问题 I'm trying to do some work with the springfox project which has been broken up into two separate projects: the springfox runtime, and a suite of demos. In order to investigate the behavior of certain configurations, I need to change the module in springfox/springfox-petstore , and compile that into springfox-demos/springfox-java-swagger . In springfox , I built and published a new version of springfox-petstore , and validated that it exists correctly in ~/.m2/repository/io/springfox/springfox