This repository has been archived by the owner on Sep 26, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'the Input Is Too Long' Error on Windows (#843)
Fix for the _“The input line is too long”_ error on Windows. This fix makes Gradle generate a shortened but operational command in `pantheon.bat`. The modified `pantheon.bat`, instead of explicitly referencing each .jar individually when initializing the classpath, uses the wildcard character `*` instead.
- Loading branch information