Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. apply plugin: 'maven'
  2. apply plugin: 'java'
  3.  
  4. sourceSets {
  5. main {
  6. resources {
  7. srcDirs = ["."]
  8. include "**"
  9. exclude (".gitignore", ".github",
  10. "build", ".gradle", "README.md",
  11. "local.properties", "*.gradle", "license" ,
  12. "license.*", "LICENSE" , "LICENSE.*"
  13. )
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement