Skip to content

Commit

Permalink
Specify project name in settings.gradle
Browse files Browse the repository at this point in the history
This way we don't have to clone into a 'spring-security-saml' directory
if we wish to build and install. As this way we overrid the project name
via `rootProject.name`.

Later if we want to change this to a multi-project build - i.e. with an
app to use for quick testing (like in spring security core) - then we
can change to something like:

    findProject(':plugin').name = 'spring-security-saml'
  • Loading branch information
irstevenson committed Mar 19, 2018
1 parent 356a38a commit 6d32f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rootProject.name = 'spring-security-saml'

0 comments on commit 6d32f4e

Please sign in to comment.