Skip to content

Commit b1e6782

Browse files
committed
#214 Added docs about role ordering
1 parent be93279 commit b1e6782

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/role-project/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
This project shows how to create a role that refers to itself. See the
22
src/main/ml-config/security/roles directory for more information.
3+
4+
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,
5+
and it will deploy the role twice - once without its role dependencies, and again with its role dependencies.
6+
7+
In version 2.9.0, ml-gradle will also figure out what order to deploy roles in - no need to order them yourself via
8+
their filenames.

0 commit comments

Comments
 (0)