Skip to content

Instantly share code, notes, and snippets.

@RX14
Created July 16, 2015 19:20
Show Gist options
  • Select an option

  • Save RX14/fb901eebb5e3f9a6b3ef to your computer and use it in GitHub Desktop.

Select an option

Save RX14/fb901eebb5e3f9a6b3ef to your computer and use it in GitHub Desktop.
sourceSets {
main {
resources {
srcDirs += "src/main/java"
exclude '**/*.java'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment