Skip to content

Commit

Permalink
#214 Added docs about role ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Aug 7, 2017
1 parent be93279 commit b1e6782
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/role-project/README.md
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.

0 comments on commit b1e6782

Please sign in to comment.