Skip to content

Instantly share code, notes, and snippets.

@aadrian
Created September 11, 2019 10:39
Show Gist options
  • Save aadrian/407d02e0b730f86477119ba7d9079c3e to your computer and use it in GitHub Desktop.
Save aadrian/407d02e0b730f86477119ba7d9079c3e to your computer and use it in GitHub Desktop.
// fix for Windows limited CLI ERROR due to long class path
windowsScript.text = windowsScript.text.replaceAll('set CLASSPATH=.*', 'set CLASSPATH=.;%APP_HOME%/lib/*')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment