spring-guides / gs-authenticating-ldap

Authenticating a User with LDAP :: Learn how to secure an application with LDAP.

Home Page:https://spring.io/guides/gs/authenticating-ldap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No access to Maven Repo -- Local Repository Setup

nathanawmk opened this issue · comments

Hello, as I am behind enterprise firewall, I have no access to Maven Repo. I will need to do a Local Repository Setup. How to configure the build.gradle to get the necessary dependencies from a local repo?

Gradle has a shortcut for that:

repositories {
mavenLocal()
}