ThatGamerBlue2

Untitled

Apr 22nd, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. task copyJar(type: Copy) {
  2. from "$buildDir/libs/*${version}.jar"
  3. into "H:\\serverdir\\plugins"
  4. }
  5.  
  6. tasks.build.doLast {
  7. copyJar
  8. }
Advertisement
Add Comment
Please, Sign In to add comment