Advertisement
VADMARK

Replace long CLASSPATH

Feb 28th, 2020
1,238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.15 KB | None | 0 0
  1. startScripts {
  2.     doLast {
  3.         windowsScript.text = windowsScript.text.replaceAll('set CLASSPATH=.*', 'set CLASSPATH=.;%APP_HOME%/lib/*')
  4.     }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement