Skip to content

Commit

Permalink
Rename rootProjectName (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Jan 24, 2024
1 parent a5f3a15 commit d1ef34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ include 'testapp-spring-security-cas-test2'

project(':testapp-spring-security-cas-test2').projectDir = new File(settingsDir, 'testapps/testapp-spring-security-cas-test2')

rootProject.name = 'grails-spring-security-cas'
rootProject.name = 'spring-security-cas'

findProject(':plugin').name = 'spring-security-cas'

0 comments on commit d1ef34b

Please sign in to comment.