Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apply plugin 'java'
- sourceSets {
- main {
- java {
- include('../modules/**/src/main/java/')
- }
- //noinspection GroovyAssignabilityCheck
- resources {
- include('../modules/**/src/main/resources/')
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement