-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support on windows without docker 'Desktop on windows with linux containers' #4
Comments
Did you try following the setup steps without docker? Since I'm working on a Mac I didn't have a chance to run it on Windows; however, since the project is based on Gradle I suppose it should work on Windows as well. |
There are 3 shell script files, which is breaking the gradle build on windows
C:\SootTutorial>gradlew check Welcome to Gradle 5.4.1! Here are the highlights of this release:
For more details see https://docs.gradle.org/5.4.1/release-notes.html Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
BUILD FAILED in 46s
|
Thanks for the info |
Instead of expecting containers approach, it would be nice to support direct Gradle on windows, this way number of steps required would be less.
The text was updated successfully, but these errors were encountered: