Short answer is: no way! Gradle has its own cache, although it can read the maven local repo like this: repositories { mavenLocal() mavenCentral() }. If some ...
確定! 回上一頁