-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
This project shows how to create a role that refers to itself. See the | ||
src/main/ml-config/security/roles directory for more information. | ||
|
||
As of version 2.9.0, you don't need to do anything special now. ml-gradle will detect that a role refers to itself, | ||
and it will deploy the role twice - once without its role dependencies, and again with its role dependencies. | ||
|
||
In version 2.9.0, ml-gradle will also figure out what order to deploy roles in - no need to order them yourself via | ||
their filenames. |