We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c0320 commit 0e9fdfbCopy full SHA for 0e9fdfb
1 file changed
Justfile
@@ -1,6 +1,6 @@
1
set dotenv-load := true
2
set dotenv-filename := ".env"
3
-set windows-shell := ["cmd.exe", "/Q", "/C"]
+set windows-shell := ["sh", "-cu"]
4
5
gradle := "./gradlew"
6
0 commit comments