Advertisement
Guest User

build.gradle

a guest
Aug 11th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.27 KB | None | 0 0
  1. apply plugin 'java'
  2. sourceSets {
  3.     main {
  4.         java {
  5.             include('../modules/**/src/main/java/')
  6.         }
  7.  
  8.         //noinspection GroovyAssignabilityCheck
  9.         resources {
  10.             include('../modules/**/src/main/resources/')
  11.         }
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement