jeffwils / grails-spring-security-saml

Grails Spring Security SAML2.0 Plugin for Grails 3
8 stars 24 forks source link

Specify project name in settings.gradle #22

Closed irstevenson closed 6 years ago

irstevenson commented 6 years ago

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'

If you're happy with all that, please merge.

valentingoebel commented 6 years ago

That's nice. I always thought there is a better way for local installations but I just couldn't figure out how to do it.

valentingoebel commented 6 years ago

I've tested it on a seperate fresh machine. It's working.