I recently needed to run the Skara test suite on Windows and had some issues with the gradlew.bat launcher script. It's probably not used much as the gradlew bash script works fine in Cygwin, but I specifically wanted to verify running the tests without any Cygwin involvement. The problem is that they aren't downloading and extracting the JDK and Gradle in the same locations, but the two locations interfere with each other.
I'm changing the gradlew.bat script to download and extract in the same locations as gradlew, so that running either script interchangeably works fine in the same workspace.
I'm changing the gradlew.bat script to download and extract in the same locations as gradlew, so that running either script interchangeably works fine in the same workspace.