gradlex-org/java-module-dependencies

Support '.' To '-' mapping in moduleNamePrefixToGroup

Closed this issue · 1 comments

moduleNamePrefixToGroup.put("com.example.", "com.example", true /*map . to -*/)

Where project names are like: my-module-a

Fixed in 53c28b2